💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 订单核销 **请求URL:** - `/shopapi/verification/verification` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |pickup_code |必选 |string |提货码 | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 15, "order_goods": [ { "order_id": 15, "goods_name": "小米10青春版", "goods_num": 1, "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "8GB+256GB,冰峰黑提" }, { "order_id": 15, "goods_name": "哈比树儿童滑滑梯室内汽车滑梯家用玩具宝宝小型秋千组合游乐园", "goods_num": 1, "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "二合一(蓝色)" } ], "verification_status_desc": "待核销", "contact": "木子" } } ``` **返回参数说明** |参数名 |类型 |说明 | |:--| |contact |string |联系人 | |verification_status_desc |string |核销状态 | |order_goods |array |订单商品 | |----goods_name |int |商品名称 | |----spec_value_str |string |规格名称 | |----goods_image |string |商品图片 | |----goods_num |int |商品数量 |