|
$method = 'youzan.trades.sold.get';
$apiVersion = '4.0.0';
//设置参数
$params =[
"end_created"=>"2022-09-20 15=>30=>19",
"fans_type"=>"1",
"page_no"=>"1",
"type"=>"NORMAL",
"need_order_url"=>"false",
"start_created"=>"2022-07-20 15=>30=>19",
"status"=>"WAIT_SELLER_SEND_GOODS",
"page_size"=>"20",
"express_type"=>"LOCAL_DELIVERY"
];
返回值
array(1) {
["gw_err_resp"]=>
array(3) {
["trace_id"]=>
string(32) "yz7-0a34f819-1663660562520-16220"
["err_msg"]=>
string(12) "系统异常"
["err_code"]=>
int(5001)
}
} |
|
|
|
|
|
|