简要描述:

  • 暂时不用!

店铺领货码应用是否使用 - 请求URL:

POST/wapapi/addons/receivegoodscode/receivegoodscode/isReceiveGoodsCodeAddons

请求参数

参数名 是否必须 类型 说明
shop_id int 店铺id

返回示例:

正确时返回:

{
	"code":1,
	"message":"操作成功",
	"data":{
		"copy_writing": "领货码", #领货码文案
		"is_use": 1, #是否开启 1开启 0关闭
	}

错误时返回:

{
    "code": -1,//code 只会 >0 和小于 0
    "message": "错误"
}