收藏
回答

微信支付 修改商家券批次预算返回空数组

$url =  "https://api.mch.weixin.qq.com/v3/marketing/busifavor/".$stock_id."/budget";
$json = '{
          "target_max_coupons": '.$allcount.',
          "current_max_coupons": '.$nowcount.',
          "modify_budget_request_no": "'.$request_no.'"
        }';


按照文档填写自己的参数后提交,结果返回空数组

回答关注问题邀请回答
收藏
登录 后发表内容