Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhuXH committed Mar 11, 2018
1 parent 4a4ce22 commit cd53cb8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 审核防检测到支付功能版本/XHPKit/XHPWxReq.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

#import <Foundation/Foundation.h>

//以下参数详细介绍见
//微信官方文档:https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_12&index=2

//发起微信支付的消息模型
@interface XHPWxReq : NSObject
/** 微信开放平台审核通过的应用APPID*/
@property (nonatomic, copy) NSString* openID;
Expand All @@ -23,7 +19,7 @@
@property (nonatomic, copy) NSString *nonceStr;
/** 时间戳,防重发 */
@property (nonatomic, assign) UInt32 timeStamp;
/** 扩展字段,暂填写固定值Sign=WXPay */
/** 扩展字段 */
@property (nonatomic, copy) NSString *package;
/** 签名 */
@property (nonatomic, copy) NSString *sign;
Expand Down

0 comments on commit cd53cb8

Please sign in to comment.