feat(wxapi): 新增小程序联盟商品佣金设置相关接口

This commit is contained in:
fudiwei
2022-12-01 22:57:31 +08:00
parent 488324b283
commit 60a395fb6e
12 changed files with 309 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"key": [
{
"productId": 411330134,
"outProductId": "1234566"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"key": [
{
"productId": 411330134,
"outProductId": "1234566"
}
]
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"result": [
{
"productId": "411330134",
"outProductId": "1234566",
"isCommissionProduct": false
}
]
}

View File

@@ -0,0 +1,8 @@
{
"key": [
{
"productId": 411330134,
"outProductId": "1234566"
}
]
}