Commit bdb55f4561c3e810d06c041ad1841c7d428dd925

Authored by zhangxiaowen
1 parent 6afdc974

no message

CNLiveEnvironment/Classes/CNLiveInterface.h
... ... @@ -292,7 +292,7 @@
292 292 #define CNDeleteMyCollectionItemUrl cn_API_Host(@"/Daren/stock/collection.action")
293 293  
294 294 //读取朋友圈某条动态的评论(含回复)
295   -#define CNGetMomentAllCommontUrl cn_API_OpenApi2(@"/commentServices/services/commentForChat/readAll"))
  295 +#define CNGetMomentAllCommontUrl cn_API_OpenApi2(@"/commentServices/services/commentForChat/readAll")
296 296  
297 297 //读取朋友圈某条动态的点赞列表
298 298 #define CNGetMomentAllFavoriteUrl cn_API_OpenApi2(@"/support/readAll")
... ... @@ -560,13 +560,13 @@
560 560  
561 561 #define CNGetAgreementH5Url cn_API_Refund(@"/json/wjj_user_terms.json")
562 562  
563   -#define CNWeChatPayUrl API_ThirdPay(@"/Daren/pay/notifyWeChatPay.action")
  563 +#define CNWeChatPayUrl cn_API_Host(@"/Daren/pay/notifyWeChatPay.action")
564 564  
565   -#define CNAliPayUrl API_ThirdPay(@"/Daren/pay/notifyAliPay.action")
  565 +#define CNAliPayUrl cn_API_Host(@"/Daren/pay/notifyAliPay.action")
566 566  
567   -#define CNUnionPayUrl API_ThirdPay(@"/Daren/pay/notifyUnionPay.action")
  567 +#define CNUnionPayUrl cn_API_Host(@"/Daren/pay/notifyUnionPay.action")
568 568  
569   -#define CNJSFYNotifyUrl API_ThirdPay(@"/Daren/pay/jsfyPayCallback.action")
  569 +#define CNJSFYNotifyUrl cn_API_Host(@"/Daren/pay/jsfyPayCallback.action")
570 570  
571 571 //获取特色群限制人数
572 572 #define CNGroupMemberLimit @"https://wjj.ys1.cnliveimg.com/json/GroupMemberLimit.json"
... ...