api:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-link/urllink.generate.html
我按照api中的案例,我设置了‘access_token’,‘query’,‘is_expire’,‘expire_type’,‘expire_interval’,‘path’,这几个参数,但是返回的是47001,当我仅设置‘access_token’,‘query’,‘path’,‘access_token’这几个参数时,就可以正常返回url,所以想知道这是什么原因?
这个是我组装json的代码,没什么问题吧!
参数传json的
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-api/database/databaseCollectionDelete.html#Object
我传的是json格式的,当我不设置过期时间类的参数,就可以正常返回参数,但是设置过期时间,就会返回47001