// // RQHTTPService+PostPrepareOrder.h // SDJK // // Created by 张嵘 on 2021/10/28. // 微信支付下单 #import "RQHTTPService.h" #import "RQPrepareOrderModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (PostPrepareOrder) /** 微信支付下单 @return Returns a signal which will send complete, or error. */ - (RACSignal *)postPrepareOrderWithDictCode:(NSString *)dictCode; @end NS_ASSUME_NONNULL_END