-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
小程序需要增加上报用户数据后台接口 #659
Copy link
Copy link
Closed
Labels
Description
例如:上报用户数据后台接口setUserStorage是需要POST调用:
POST https://api.weixin.qq.com/wxa/set_user_storage?access_token=ACCESS_TOKEN&signature=SIGNATURE&openid=OPENID&sig_method=SIG_METHOD
中openid是要加在url查询参数上这个好处理,但是signature我想库应该有现成的支持吧。可是我看代码并没有找到,我想应该是有的:)
Reactions are currently unavailable