mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增小程序联盟商品佣金设置相关接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": [
|
||||
{
|
||||
"productId": 411330134,
|
||||
"outProductId": "1234566"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": [
|
||||
{
|
||||
"productId": 411330134,
|
||||
"outProductId": "1234566"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"result": [
|
||||
{
|
||||
"productId": "411330134",
|
||||
"outProductId": "1234566",
|
||||
"isCommissionProduct": false
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": [
|
||||
{
|
||||
"productId": 411330134,
|
||||
"outProductId": "1234566"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user