微信JSAPI保存发票抬头到微信的接口,开始报:
errcode: 72031, errmsg: "invalid params hint:
以为是参数有问题,怎么传都不对,原来是因为用的application/x-www-form-urlencoded提交方式,后来换成application/json,报错:
"errmsg": "system error"
这个才是因为参数错误,‘user_fill’,‘out_title_id’ 俩可选参数传空,这才可以了,wx这个报错能不能友好一点呢。
'title' => $data['buyerName'],
'phone' => $arr1[1],
'tax_no' => $data['buyerTaxNo'],
'addr' => $arr1[0],
'bank_type' => $arr2[0],
'bank_no' => $arr2[1],
'user_fill' => '',
'out_title_id' => '',
欢迎交流,我的微信: