正在显示
6 个修改的文件
包含
1903 行增加
和
1900 行删除
| @@ -6,729 +6,729 @@ use Lackoxygen\TiktokShop\Passage\Passage; | @@ -6,729 +6,729 @@ use Lackoxygen\TiktokShop\Passage\Passage; | ||
| 6 | 6 | ||
| 7 | class Buyin extends Passage implements BuyinInterface | 7 | class Buyin extends Passage implements BuyinInterface |
| 8 | { | 8 | { |
| 9 | - /** | ||
| 10 | - * @inheritDoc | ||
| 11 | - */ | ||
| 12 | - function buyinSimplePlan(array $params) | ||
| 13 | - { | ||
| 14 | - $this->builder->method('POST') | ||
| 15 | - ->service('buyin.simplePlan') | ||
| 16 | - ->path('/buyin/simplePlan') | ||
| 17 | - ->params($params); | ||
| 18 | - } | ||
| 19 | - | ||
| 20 | - /** | ||
| 21 | - * @inheritDoc | ||
| 22 | - */ | ||
| 23 | - function buyinShopActivityList(array $params) | ||
| 24 | - { | ||
| 25 | - $this->builder->method('POST') | ||
| 26 | - ->service('buyin.ShopActivityList') | ||
| 27 | - ->path('/buyin/ShopActivityList') | ||
| 28 | - ->params($params); | ||
| 29 | - } | ||
| 30 | - | ||
| 31 | - /** | ||
| 32 | - * @inheritDoc | ||
| 33 | - */ | ||
| 34 | - function buyinShopActivityDetail(array $params) | ||
| 35 | - { | ||
| 36 | - $this->builder->method('POST') | ||
| 37 | - ->service('buyin.shopActivityDetail') | ||
| 38 | - ->path('/buyin/shopActivityDetail') | ||
| 39 | - ->params($params); | ||
| 40 | - } | ||
| 41 | - | ||
| 42 | - /** | ||
| 43 | - * @inheritDoc | ||
| 44 | - */ | ||
| 45 | - function buyinApplyActivities(array $params) | ||
| 46 | - { | ||
| 47 | - $this->builder->method('POST') | ||
| 48 | - ->service('buyin.applyActivities') | ||
| 49 | - ->path('/buyin/applyActivities') | ||
| 50 | - ->params($params); | ||
| 51 | - } | ||
| 52 | - | ||
| 53 | - /** | ||
| 54 | - * @inheritDoc | ||
| 55 | - */ | ||
| 56 | - function buyinActivityProductExtendList(array $params) | ||
| 57 | - { | ||
| 58 | - $this->builder->method('POST') | ||
| 59 | - ->service('buyin.activityProductExtendList') | ||
| 60 | - ->path('/buyin/activityProductExtendList') | ||
| 61 | - ->params($params); | ||
| 62 | - } | ||
| 63 | - | ||
| 64 | - /** | ||
| 65 | - * @inheritDoc | ||
| 66 | - */ | ||
| 67 | - function buyinActivityProductExtendApprove(array $params) | ||
| 68 | - { | ||
| 69 | - $this->builder->method('POST') | ||
| 70 | - ->service('buyin.activityProductExtendApprove') | ||
| 71 | - ->path('/buyin/activityProductExtendApprove') | ||
| 72 | - ->params($params); | ||
| 73 | - } | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * @inheritDoc | ||
| 77 | - */ | ||
| 78 | - function buyinCreateOrUpdateOrienPlan(array $params) | ||
| 79 | - { | ||
| 80 | - $this->builder->method('POST') | ||
| 81 | - ->service('buyin.createOrUpdateOrienPlan') | ||
| 82 | - ->path('/buyin/createOrUpdateOrienPlan') | ||
| 83 | - ->params($params); | ||
| 84 | - } | ||
| 85 | - | ||
| 86 | - /** | ||
| 87 | - * @inheritDoc | ||
| 88 | - */ | ||
| 89 | - function buyinOrienPlanList(array $params) | ||
| 90 | - { | ||
| 91 | - $this->builder->method('POST') | ||
| 92 | - ->service('buyin.orienPlanList') | ||
| 93 | - ->path('/buyin/orienPlanList') | ||
| 94 | - ->params($params); | ||
| 95 | - } | ||
| 96 | - | ||
| 97 | - /** | ||
| 98 | - * @inheritDoc | ||
| 99 | - */ | ||
| 100 | - function buyinOrienPlanCtrl(array $params) | ||
| 101 | - { | ||
| 102 | - $this->builder->method('POST') | ||
| 103 | - ->service('buyin.orienPlanCtrl') | ||
| 104 | - ->path('/buyin/orienPlanCtrl') | ||
| 105 | - ->params($params); | ||
| 106 | - } | ||
| 107 | - | ||
| 108 | - /** | ||
| 109 | - * @inheritDoc | ||
| 110 | - */ | ||
| 111 | - function buyinOrienPlanAuthors(array $params) | ||
| 112 | - { | ||
| 113 | - $this->builder->method('POST') | ||
| 114 | - ->service('buyin.orienPlanAuthors') | ||
| 115 | - ->path('/buyin/orienPlanAuthors') | ||
| 116 | - ->params($params); | ||
| 117 | - } | ||
| 118 | - | ||
| 119 | - /** | ||
| 120 | - * @inheritDoc | ||
| 121 | - */ | ||
| 122 | - function buyinOrienPlanAuthorsAdd(array $params) | ||
| 123 | - { | ||
| 124 | - $this->builder->method('POST') | ||
| 125 | - ->service('buyin.orienPlanAuthorsAdd') | ||
| 126 | - ->path('/buyin/orienPlanAuthorsAdd') | ||
| 127 | - ->params($params); | ||
| 128 | - } | ||
| 129 | - | ||
| 130 | - /** | ||
| 131 | - * @inheritDoc | ||
| 132 | - */ | ||
| 133 | - function buyinOrienPlanAudit(array $params) | ||
| 134 | - { | ||
| 135 | - $this->builder->method('POST') | ||
| 136 | - ->service('buyin.orienPlanAudit') | ||
| 137 | - ->path('/buyin/orienPlanAudit') | ||
| 138 | - ->params($params); | ||
| 139 | - } | ||
| 140 | - | ||
| 141 | - /** | ||
| 142 | - * @inheritDoc | ||
| 143 | - */ | ||
| 144 | - function buyinExclusivePlan(array $params) | ||
| 145 | - { | ||
| 146 | - $this->builder->method('POST') | ||
| 147 | - ->service('buyin.exclusivePlan') | ||
| 148 | - ->path('/buyin/exclusivePlan') | ||
| 149 | - ->params($params); | ||
| 150 | - } | ||
| 151 | - | ||
| 152 | - /** | ||
| 153 | - * @inheritDoc | ||
| 154 | - */ | ||
| 155 | - function buyinExclusivePlanAuthorOperate(array $params) | ||
| 156 | - { | ||
| 157 | - $this->builder->method('POST') | ||
| 158 | - ->service('buyin.exclusivePlanAuthorOperate') | ||
| 159 | - ->path('/buyin/exclusivePlanAuthorOperate') | ||
| 160 | - ->params($params); | ||
| 161 | - } | ||
| 162 | - | ||
| 163 | - /** | ||
| 164 | - * @inheritDoc | ||
| 165 | - */ | ||
| 166 | - function allianceColonelActivityCreateOrUpdate(array $params) | ||
| 167 | - { | ||
| 168 | - $this->builder->method('POST') | ||
| 169 | - ->service('alliance.colonelActivityCreateOrUpdate') | ||
| 170 | - ->path('/alliance/colonelActivityCreateOrUpdate') | ||
| 171 | - ->params($params); | ||
| 172 | - } | ||
| 173 | - | ||
| 174 | - /** | ||
| 175 | - * @inheritDoc | ||
| 176 | - */ | ||
| 177 | - function allianceActivityProductCategoryList(array $params) | ||
| 178 | - { | ||
| 179 | - $this->builder->method('POST') | ||
| 180 | - ->service('alliance.activityProductCategoryList') | ||
| 181 | - ->path('/alliance/activityProductCategoryList') | ||
| 182 | - ->params($params); | ||
| 183 | - } | ||
| 184 | - | ||
| 185 | - /** | ||
| 186 | - * @inheritDoc | ||
| 187 | - */ | ||
| 188 | - function allianceInstituteColonelActivityList(array $params) | ||
| 189 | - { | ||
| 190 | - $this->builder->method('POST') | ||
| 191 | - ->service('alliance.instituteColonelActivityList') | ||
| 192 | - ->path('/alliance/instituteColonelActivityList') | ||
| 193 | - ->params($params); | ||
| 194 | - } | ||
| 195 | - | ||
| 196 | - /** | ||
| 197 | - * @inheritDoc | ||
| 198 | - */ | ||
| 199 | - function allianceInstituteColonelActivityOperate(array $params) | ||
| 200 | - { | ||
| 201 | - $this->builder->method('POST') | ||
| 202 | - ->service('alliance.instituteColonelActivityOperate') | ||
| 203 | - ->path('/alliance/instituteColonelActivityOperate') | ||
| 204 | - ->params($params); | ||
| 205 | - } | ||
| 206 | - | ||
| 207 | - /** | ||
| 208 | - * @inheritDoc | ||
| 209 | - */ | ||
| 210 | - function allianceColonelActivityProduct(array $params) | ||
| 211 | - { | ||
| 212 | - $this->builder->method('POST') | ||
| 213 | - ->service('alliance.colonelActivityProduct') | ||
| 214 | - ->path('/alliance/colonelActivityProduct') | ||
| 215 | - ->params($params); | ||
| 216 | - } | ||
| 217 | - | ||
| 218 | - /** | ||
| 219 | - * @inheritDoc | ||
| 220 | - */ | ||
| 221 | - function allianceColonelActivityProductAudit(array $params) | ||
| 222 | - { | ||
| 223 | - $this->builder->method('POST') | ||
| 224 | - ->service('alliance.colonelActivityProductAudit') | ||
| 225 | - ->path('/alliance/colonelActivityProductAudit') | ||
| 226 | - ->params($params); | ||
| 227 | - } | ||
| 228 | - | ||
| 229 | - /** | ||
| 230 | - * @inheritDoc | ||
| 231 | - */ | ||
| 232 | - function buyinColonel/specialApplyList(array $params) | ||
| 233 | - { | ||
| 234 | - $this->builder->method('POST') | ||
| 235 | - ->service('buyin.colonel/specialApplyList') | ||
| 236 | - ->path('/buyin/colonel/specialApplyList') | ||
| 237 | - ->params($params); | ||
| 238 | - } | ||
| 239 | - | ||
| 240 | - /** | ||
| 241 | - * @inheritDoc | ||
| 242 | - */ | ||
| 243 | - function allianceColonelActivityProductExtension(array $params) | ||
| 244 | - { | ||
| 245 | - $this->builder->method('POST') | ||
| 246 | - ->service('alliance.colonelActivityProductExtension') | ||
| 247 | - ->path('/alliance/colonelActivityProductExtension') | ||
| 248 | - ->params($params); | ||
| 249 | - } | ||
| 250 | - | ||
| 251 | - /** | ||
| 252 | - * @inheritDoc | ||
| 253 | - */ | ||
| 254 | - function buyinColonel/specialApplyDeal(array $params) | ||
| 255 | - { | ||
| 256 | - $this->builder->method('POST') | ||
| 257 | - ->service('buyin.colonel/specialApplyDeal') | ||
| 258 | - ->path('/buyin/colonel/specialApplyDeal') | ||
| 259 | - ->params($params); | ||
| 260 | - } | ||
| 261 | - | ||
| 262 | - /** | ||
| 263 | - * @inheritDoc | ||
| 264 | - */ | ||
| 265 | - function buyinOriginColonelEnrollableActivityList(array $params) | ||
| 266 | - { | ||
| 267 | - $this->builder->method('POST') | ||
| 268 | - ->service('buyin.originColonelEnrollableActivityList') | ||
| 269 | - ->path('/buyin/originColonelEnrollableActivityList') | ||
| 270 | - ->params($params); | ||
| 271 | - } | ||
| 272 | - | ||
| 273 | - /** | ||
| 274 | - * @inheritDoc | ||
| 275 | - */ | ||
| 276 | - function buyinColonelActivityDetail(array $params) | ||
| 277 | - { | ||
| 278 | - $this->builder->method('POST') | ||
| 279 | - ->service('buyin.colonelActivityDetail') | ||
| 280 | - ->path('/buyin/colonelActivityDetail') | ||
| 281 | - ->params($params); | ||
| 282 | - } | ||
| 283 | - | ||
| 284 | - /** | ||
| 285 | - * @inheritDoc | ||
| 286 | - */ | ||
| 287 | - function buyinOriginColonelUnappliedProductList(array $params) | ||
| 288 | - { | ||
| 289 | - $this->builder->method('POST') | ||
| 290 | - ->service('buyin.originColonelUnappliedProductList') | ||
| 291 | - ->path('/buyin/originColonelUnappliedProductList') | ||
| 292 | - ->params($params); | ||
| 293 | - } | ||
| 294 | - | ||
| 295 | - /** | ||
| 296 | - * @inheritDoc | ||
| 297 | - */ | ||
| 298 | - function buyinOriginColonelApplyActivities(array $params) | ||
| 299 | - { | ||
| 300 | - $this->builder->method('POST') | ||
| 301 | - ->service('buyin.originColonelApplyActivities') | ||
| 302 | - ->path('/buyin/originColonelApplyActivities') | ||
| 303 | - ->params($params); | ||
| 304 | - } | ||
| 305 | - | ||
| 306 | - /** | ||
| 307 | - * @inheritDoc | ||
| 308 | - */ | ||
| 309 | - function buyinActivityProductList(array $params) | ||
| 310 | - { | ||
| 311 | - $this->builder->method('POST') | ||
| 312 | - ->service('buyin.activityProductList') | ||
| 313 | - ->path('/buyin/activityProductList') | ||
| 314 | - ->params($params); | ||
| 315 | - } | ||
| 316 | - | ||
| 317 | - /** | ||
| 318 | - * @inheritDoc | ||
| 319 | - */ | ||
| 320 | - function buyinActivityProductCancel(array $params) | ||
| 321 | - { | ||
| 322 | - $this->builder->method('POST') | ||
| 323 | - ->service('buyin.activityProductCancel') | ||
| 324 | - ->path('/buyin/activityProductCancel') | ||
| 325 | - ->params($params); | ||
| 326 | - } | ||
| 327 | - | ||
| 328 | - /** | ||
| 329 | - * @inheritDoc | ||
| 330 | - */ | ||
| 331 | - function allianceMaterialsProductsSearch(array $params) | ||
| 332 | - { | ||
| 333 | - $this->builder->method('POST') | ||
| 334 | - ->service('alliance.materialsProductsSearch') | ||
| 335 | - ->path('/alliance/materialsProductsSearch') | ||
| 336 | - ->params($params); | ||
| 337 | - } | ||
| 338 | - | ||
| 339 | - /** | ||
| 340 | - * @inheritDoc | ||
| 341 | - */ | ||
| 342 | - function buyinSimplePlanList(array $params) | ||
| 343 | - { | ||
| 344 | - $this->builder->method('POST') | ||
| 345 | - ->service('buyin.simplePlanList') | ||
| 346 | - ->path('/buyin/simplePlanList') | ||
| 347 | - ->params($params); | ||
| 348 | - } | ||
| 349 | - | ||
| 350 | - /** | ||
| 351 | - * @inheritDoc | ||
| 352 | - */ | ||
| 353 | - function allianceMaterialsProductsDetails(array $params) | ||
| 354 | - { | ||
| 355 | - $this->builder->method('POST') | ||
| 356 | - ->service('alliance.materialsProductsDetails') | ||
| 357 | - ->path('/alliance/materialsProductsDetails') | ||
| 358 | - ->params($params); | ||
| 359 | - } | ||
| 360 | - | ||
| 361 | - /** | ||
| 362 | - * @inheritDoc | ||
| 363 | - */ | ||
| 364 | - function buyinProductSkus(array $params) | ||
| 365 | - { | ||
| 366 | - $this->builder->method('POST') | ||
| 367 | - ->service('buyin.productSkus') | ||
| 368 | - ->path('/buyin/productSkus') | ||
| 369 | - ->params($params); | ||
| 370 | - } | ||
| 371 | - | ||
| 372 | - /** | ||
| 373 | - * @inheritDoc | ||
| 374 | - */ | ||
| 375 | - function allianceMaterialsProductCategory(array $params) | ||
| 376 | - { | ||
| 377 | - $this->builder->method('POST') | ||
| 378 | - ->service('alliance.materialsProductCategory') | ||
| 379 | - ->path('/alliance/materialsProductCategory') | ||
| 380 | - ->params($params); | ||
| 381 | - } | ||
| 382 | - | ||
| 383 | - /** | ||
| 384 | - * @inheritDoc | ||
| 385 | - */ | ||
| 386 | - function buyinMaterialsProductStatus(array $params) | ||
| 387 | - { | ||
| 388 | - $this->builder->method('POST') | ||
| 389 | - ->service('buyin.materialsProductStatus') | ||
| 390 | - ->path('/buyin/materialsProductStatus') | ||
| 391 | - ->params($params); | ||
| 392 | - } | ||
| 393 | - | ||
| 394 | - /** | ||
| 395 | - * @inheritDoc | ||
| 396 | - */ | ||
| 397 | - function buyinKolMaterialsProductsSearch(array $params) | ||
| 398 | - { | ||
| 399 | - $this->builder->method('POST') | ||
| 400 | - ->service('buyin.kolMaterialsProductsSearch') | ||
| 401 | - ->path('/buyin/kolMaterialsProductsSearch') | ||
| 402 | - ->params($params); | ||
| 403 | - } | ||
| 404 | - | ||
| 405 | - /** | ||
| 406 | - * @inheritDoc | ||
| 407 | - */ | ||
| 408 | - function buyinKolMaterialsProductsDetails(array $params) | ||
| 409 | - { | ||
| 410 | - $this->builder->method('POST') | ||
| 411 | - ->service('buyin.kolMaterialsProductsDetails') | ||
| 412 | - ->path('/buyin/kolMaterialsProductsDetails') | ||
| 413 | - ->params($params); | ||
| 414 | - } | ||
| 415 | - | ||
| 416 | - /** | ||
| 417 | - * @inheritDoc | ||
| 418 | - */ | ||
| 419 | - function buyinQueryInstituteOrders(array $params) | ||
| 420 | - { | ||
| 421 | - $this->builder->method('POST') | ||
| 422 | - ->service('buyin.queryInstituteOrders') | ||
| 423 | - ->path('/buyin/queryInstituteOrders') | ||
| 424 | - ->params($params); | ||
| 425 | - } | ||
| 426 | - | ||
| 427 | - /** | ||
| 428 | - * @inheritDoc | ||
| 429 | - */ | ||
| 430 | - function buyinInstituteOrderMCN(array $params) | ||
| 431 | - { | ||
| 432 | - $this->builder->method('POST') | ||
| 433 | - ->service('buyin.instituteOrderMCN') | ||
| 434 | - ->path('/buyin/instituteOrderMCN') | ||
| 435 | - ->params($params); | ||
| 436 | - } | ||
| 437 | - | ||
| 438 | - /** | ||
| 439 | - * @inheritDoc | ||
| 440 | - */ | ||
| 441 | - function buyinInstituteOrderColonel(array $params) | ||
| 442 | - { | ||
| 443 | - $this->builder->method('POST') | ||
| 444 | - ->service('buyin.instituteOrderColonel') | ||
| 445 | - ->path('/buyin/instituteOrderColonel') | ||
| 446 | - ->params($params); | ||
| 447 | - } | ||
| 448 | - | ||
| 449 | - /** | ||
| 450 | - * @inheritDoc | ||
| 451 | - */ | ||
| 452 | - function buyinInstPickSourceConvert(array $params) | ||
| 453 | - { | ||
| 454 | - $this->builder->method('POST') | ||
| 455 | - ->service('buyin.instPickSourceConvert') | ||
| 456 | - ->path('/buyin/instPickSourceConvert') | ||
| 457 | - ->params($params); | ||
| 458 | - } | ||
| 459 | - | ||
| 460 | - /** | ||
| 461 | - * @inheritDoc | ||
| 462 | - */ | ||
| 463 | - function buyinInstGmv(array $params) | ||
| 464 | - { | ||
| 465 | - $this->builder->method('POST') | ||
| 466 | - ->service('buyin.instGmv') | ||
| 467 | - ->path('/buyin/instGmv') | ||
| 468 | - ->params($params); | ||
| 469 | - } | ||
| 470 | - | ||
| 471 | - /** | ||
| 472 | - * @inheritDoc | ||
| 473 | - */ | ||
| 474 | - function buyinInstGmvDetail(array $params) | ||
| 475 | - { | ||
| 476 | - $this->builder->method('POST') | ||
| 477 | - ->service('buyin.instGmvDetail') | ||
| 478 | - ->path('/buyin/instGmvDetail') | ||
| 479 | - ->params($params); | ||
| 480 | - } | ||
| 481 | - | ||
| 482 | - /** | ||
| 483 | - * @inheritDoc | ||
| 484 | - */ | ||
| 485 | - function buyinKolPidCreate(array $params) | ||
| 486 | - { | ||
| 487 | - $this->builder->method('POST') | ||
| 488 | - ->service('buyin.kolPidCreate') | ||
| 489 | - ->path('/buyin/kolPidCreate') | ||
| 490 | - ->params($params); | ||
| 491 | - } | ||
| 492 | - | ||
| 493 | - /** | ||
| 494 | - * @inheritDoc | ||
| 495 | - */ | ||
| 496 | - function buyinKolPidList(array $params) | ||
| 497 | - { | ||
| 498 | - $this->builder->method('POST') | ||
| 499 | - ->service('buyin.kolPidList') | ||
| 500 | - ->path('/buyin/kolPidList') | ||
| 501 | - ->params($params); | ||
| 502 | - } | ||
| 503 | - | ||
| 504 | - /** | ||
| 505 | - * @inheritDoc | ||
| 506 | - */ | ||
| 507 | - function buyinKolPidEdit(array $params) | ||
| 508 | - { | ||
| 509 | - $this->builder->method('POST') | ||
| 510 | - ->service('buyin.kolPidEdit') | ||
| 511 | - ->path('/buyin/kolPidEdit') | ||
| 512 | - ->params($params); | ||
| 513 | - } | ||
| 514 | - | ||
| 515 | - /** | ||
| 516 | - * @inheritDoc | ||
| 517 | - */ | ||
| 518 | - function buyinKolPidDel(array $params) | ||
| 519 | - { | ||
| 520 | - $this->builder->method('POST') | ||
| 521 | - ->service('buyin.kolPidDel') | ||
| 522 | - ->path('/buyin/kolPidDel') | ||
| 523 | - ->params($params); | ||
| 524 | - } | ||
| 525 | - | ||
| 526 | - /** | ||
| 527 | - * @inheritDoc | ||
| 528 | - */ | ||
| 529 | - function buyinShareCommandParse(array $params) | ||
| 530 | - { | ||
| 531 | - $this->builder->method('POST') | ||
| 532 | - ->service('buyin.shareCommandParse') | ||
| 533 | - ->path('/buyin/shareCommandParse') | ||
| 534 | - ->params($params); | ||
| 535 | - } | ||
| 536 | - | ||
| 537 | - /** | ||
| 538 | - * @inheritDoc | ||
| 539 | - */ | ||
| 540 | - function buyinKolProductShare(array $params) | ||
| 541 | - { | ||
| 542 | - $this->builder->method('POST') | ||
| 543 | - ->service('buyin.kolProductShare') | ||
| 544 | - ->path('/buyin/kolProductShare') | ||
| 545 | - ->params($params); | ||
| 546 | - } | ||
| 547 | - | ||
| 548 | - /** | ||
| 549 | - * @inheritDoc | ||
| 550 | - */ | ||
| 551 | - function buyinInstitutePidCreate(array $params) | ||
| 552 | - { | ||
| 553 | - $this->builder->method('POST') | ||
| 554 | - ->service('buyin.institutePidCreate') | ||
| 555 | - ->path('/buyin/institutePidCreate') | ||
| 556 | - ->params($params); | ||
| 557 | - } | ||
| 558 | - | ||
| 559 | - /** | ||
| 560 | - * @inheritDoc | ||
| 561 | - */ | ||
| 562 | - function buyinInstitutePidList(array $params) | ||
| 563 | - { | ||
| 564 | - $this->builder->method('POST') | ||
| 565 | - ->service('buyin.institutePidList') | ||
| 566 | - ->path('/buyin/institutePidList') | ||
| 567 | - ->params($params); | ||
| 568 | - } | ||
| 569 | - | ||
| 570 | - /** | ||
| 571 | - * @inheritDoc | ||
| 572 | - */ | ||
| 573 | - function buyinInstitutePidEdit(array $params) | ||
| 574 | - { | ||
| 575 | - $this->builder->method('POST') | ||
| 576 | - ->service('buyin.institutePidEdit') | ||
| 577 | - ->path('/buyin/institutePidEdit') | ||
| 578 | - ->params($params); | ||
| 579 | - } | ||
| 580 | - | ||
| 581 | - /** | ||
| 582 | - * @inheritDoc | ||
| 583 | - */ | ||
| 584 | - function buyinInstitutePidDel(array $params) | ||
| 585 | - { | ||
| 586 | - $this->builder->method('POST') | ||
| 587 | - ->service('buyin.institutePidDel') | ||
| 588 | - ->path('/buyin/institutePidDel') | ||
| 589 | - ->params($params); | ||
| 590 | - } | ||
| 591 | - | ||
| 592 | - /** | ||
| 593 | - * @inheritDoc | ||
| 594 | - */ | ||
| 595 | - function buyinLiveShareMaterial(array $params) | ||
| 596 | - { | ||
| 597 | - $this->builder->method('POST') | ||
| 598 | - ->service('buyin.liveShareMaterial') | ||
| 599 | - ->path('/buyin/liveShareMaterial') | ||
| 600 | - ->params($params); | ||
| 601 | - } | ||
| 602 | - | ||
| 603 | - /** | ||
| 604 | - * @inheritDoc | ||
| 605 | - */ | ||
| 606 | - function buyinDistributionLiveProductList(array $params) | ||
| 607 | - { | ||
| 608 | - $this->builder->method('POST') | ||
| 609 | - ->service('buyin.distributionLiveProductList') | ||
| 610 | - ->path('/buyin/distributionLiveProductList') | ||
| 611 | - ->params($params); | ||
| 612 | - } | ||
| 613 | - | ||
| 614 | - /** | ||
| 615 | - * @inheritDoc | ||
| 616 | - */ | ||
| 617 | - function buyinInstituteLiveShare(array $params) | ||
| 618 | - { | ||
| 619 | - $this->builder->method('POST') | ||
| 620 | - ->service('buyin.instituteLiveShare') | ||
| 621 | - ->path('/buyin/instituteLiveShare') | ||
| 622 | - ->params($params); | ||
| 623 | - } | ||
| 624 | - | ||
| 625 | - /** | ||
| 626 | - * @inheritDoc | ||
| 627 | - */ | ||
| 628 | - function buyinInstituteOrderAds(array $params) | ||
| 629 | - { | ||
| 630 | - $this->builder->method('POST') | ||
| 631 | - ->service('buyin.instituteOrderAds') | ||
| 632 | - ->path('/buyin/instituteOrderAds') | ||
| 633 | - ->params($params); | ||
| 634 | - } | ||
| 635 | - | ||
| 636 | - /** | ||
| 637 | - * @inheritDoc | ||
| 638 | - */ | ||
| 639 | - function buyinKolOrderAds(array $params) | ||
| 640 | - { | ||
| 641 | - $this->builder->method('POST') | ||
| 642 | - ->service('buyin.kolOrderAds') | ||
| 643 | - ->path('/buyin/kolOrderAds') | ||
| 644 | - ->params($params); | ||
| 645 | - } | ||
| 646 | - | ||
| 647 | - /** | ||
| 648 | - * @inheritDoc | ||
| 649 | - */ | ||
| 650 | - function buyinShopPidMemberCreate(array $params) | ||
| 651 | - { | ||
| 652 | - $this->builder->method('POST') | ||
| 653 | - ->service('buyin.shopPidMemberCreate') | ||
| 654 | - ->path('/buyin/shopPidMemberCreate') | ||
| 655 | - ->params($params); | ||
| 656 | - } | ||
| 657 | - | ||
| 658 | - /** | ||
| 659 | - * @inheritDoc | ||
| 660 | - */ | ||
| 661 | - function buyinKolLiveShare(array $params) | ||
| 662 | - { | ||
| 663 | - $this->builder->method('POST') | ||
| 664 | - ->service('buyin.kolLiveShare') | ||
| 665 | - ->path('/buyin/kolLiveShare') | ||
| 666 | - ->params($params); | ||
| 667 | - } | ||
| 668 | - | ||
| 669 | - /** | ||
| 670 | - * @inheritDoc | ||
| 671 | - */ | ||
| 672 | - function buyinMHandleTrusteeshipApply(array $params) | ||
| 673 | - { | ||
| 674 | - $this->builder->method('POST') | ||
| 675 | - ->service('buyin.mHandleTrusteeshipApply') | ||
| 676 | - ->path('/buyin/mHandleTrusteeshipApply') | ||
| 677 | - ->params($params); | ||
| 678 | - } | ||
| 679 | - | ||
| 680 | - /** | ||
| 681 | - * @inheritDoc | ||
| 682 | - */ | ||
| 683 | - function buyinColonel/trusteeshipList(array $params) | ||
| 684 | - { | ||
| 685 | - $this->builder->method('POST') | ||
| 686 | - ->service('buyin.colonel/trusteeshipList') | ||
| 687 | - ->path('/buyin/colonel/trusteeshipList') | ||
| 688 | - ->params($params); | ||
| 689 | - } | ||
| 690 | - | ||
| 691 | - /** | ||
| 692 | - * @inheritDoc | ||
| 693 | - */ | ||
| 694 | - function buyinInstituteOrderPick(array $params) | ||
| 695 | - { | ||
| 696 | - $this->builder->method('POST') | ||
| 697 | - ->service('buyin.instituteOrderPick') | ||
| 698 | - ->path('/buyin/instituteOrderPick') | ||
| 699 | - ->params($params); | ||
| 700 | - } | ||
| 701 | - | ||
| 702 | - /** | ||
| 703 | - * @inheritDoc | ||
| 704 | - */ | ||
| 705 | - function buyinInstituteLivePreviewShare(array $params) | ||
| 706 | - { | ||
| 707 | - $this->builder->method('POST') | ||
| 708 | - ->service('buyin.instituteLivePreviewShare') | ||
| 709 | - ->path('/buyin/instituteLivePreviewShare') | ||
| 710 | - ->params($params); | ||
| 711 | - } | ||
| 712 | - | ||
| 713 | - /** | ||
| 714 | - * @inheritDoc | ||
| 715 | - */ | ||
| 716 | - function buyinKolLivePreviewShare(array $params) | ||
| 717 | - { | ||
| 718 | - $this->builder->method('POST') | ||
| 719 | - ->service('buyin.kolLivePreviewShare') | ||
| 720 | - ->path('/buyin/kolLivePreviewShare') | ||
| 721 | - ->params($params); | ||
| 722 | - } | ||
| 723 | - | ||
| 724 | - /** | ||
| 725 | - * @inheritDoc | ||
| 726 | - */ | ||
| 727 | - function buyinActivityShareConvert(array $params) | ||
| 728 | - { | ||
| 729 | - $this->builder->method('POST') | ||
| 730 | - ->service('buyin.activityShareConvert') | ||
| 731 | - ->path('/buyin/activityShareConvert') | ||
| 732 | - ->params($params); | ||
| 733 | - } | ||
| 734 | -} | ||
| 9 | + /** | ||
| 10 | + * @inheritDoc | ||
| 11 | + */ | ||
| 12 | + public function buyinSimplePlan(array $params) | ||
| 13 | + { | ||
| 14 | + $this->builder->method('POST') | ||
| 15 | + ->service('buyin.simplePlan') | ||
| 16 | + ->path('/buyin/simplePlan') | ||
| 17 | + ->params($params); | ||
| 18 | + } | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * @inheritDoc | ||
| 22 | + */ | ||
| 23 | + public function buyinShopActivityList(array $params) | ||
| 24 | + { | ||
| 25 | + $this->builder->method('POST') | ||
| 26 | + ->service('buyin.ShopActivityList') | ||
| 27 | + ->path('/buyin/ShopActivityList') | ||
| 28 | + ->params($params); | ||
| 29 | + } | ||
| 30 | + | ||
| 31 | + /** | ||
| 32 | + * @inheritDoc | ||
| 33 | + */ | ||
| 34 | + public function buyinShopActivityDetail(array $params) | ||
| 35 | + { | ||
| 36 | + $this->builder->method('POST') | ||
| 37 | + ->service('buyin.shopActivityDetail') | ||
| 38 | + ->path('/buyin/shopActivityDetail') | ||
| 39 | + ->params($params); | ||
| 40 | + } | ||
| 41 | + | ||
| 42 | + /** | ||
| 43 | + * @inheritDoc | ||
| 44 | + */ | ||
| 45 | + public function buyinApplyActivities(array $params) | ||
| 46 | + { | ||
| 47 | + $this->builder->method('POST') | ||
| 48 | + ->service('buyin.applyActivities') | ||
| 49 | + ->path('/buyin/applyActivities') | ||
| 50 | + ->params($params); | ||
| 51 | + } | ||
| 52 | + | ||
| 53 | + /** | ||
| 54 | + * @inheritDoc | ||
| 55 | + */ | ||
| 56 | + public function buyinActivityProductExtendList(array $params) | ||
| 57 | + { | ||
| 58 | + $this->builder->method('POST') | ||
| 59 | + ->service('buyin.activityProductExtendList') | ||
| 60 | + ->path('/buyin/activityProductExtendList') | ||
| 61 | + ->params($params); | ||
| 62 | + } | ||
| 63 | + | ||
| 64 | + /** | ||
| 65 | + * @inheritDoc | ||
| 66 | + */ | ||
| 67 | + public function buyinActivityProductExtendApprove(array $params) | ||
| 68 | + { | ||
| 69 | + $this->builder->method('POST') | ||
| 70 | + ->service('buyin.activityProductExtendApprove') | ||
| 71 | + ->path('/buyin/activityProductExtendApprove') | ||
| 72 | + ->params($params); | ||
| 73 | + } | ||
| 74 | + | ||
| 75 | + /** | ||
| 76 | + * @inheritDoc | ||
| 77 | + */ | ||
| 78 | + public function buyinCreateOrUpdateOrienPlan(array $params) | ||
| 79 | + { | ||
| 80 | + $this->builder->method('POST') | ||
| 81 | + ->service('buyin.createOrUpdateOrienPlan') | ||
| 82 | + ->path('/buyin/createOrUpdateOrienPlan') | ||
| 83 | + ->params($params); | ||
| 84 | + } | ||
| 85 | + | ||
| 86 | + /** | ||
| 87 | + * @inheritDoc | ||
| 88 | + */ | ||
| 89 | + public function buyinOrienPlanList(array $params) | ||
| 90 | + { | ||
| 91 | + $this->builder->method('POST') | ||
| 92 | + ->service('buyin.orienPlanList') | ||
| 93 | + ->path('/buyin/orienPlanList') | ||
| 94 | + ->params($params); | ||
| 95 | + } | ||
| 96 | + | ||
| 97 | + /** | ||
| 98 | + * @inheritDoc | ||
| 99 | + */ | ||
| 100 | + public function buyinOrienPlanCtrl(array $params) | ||
| 101 | + { | ||
| 102 | + $this->builder->method('POST') | ||
| 103 | + ->service('buyin.orienPlanCtrl') | ||
| 104 | + ->path('/buyin/orienPlanCtrl') | ||
| 105 | + ->params($params); | ||
| 106 | + } | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * @inheritDoc | ||
| 110 | + */ | ||
| 111 | + public function buyinOrienPlanAuthors(array $params) | ||
| 112 | + { | ||
| 113 | + $this->builder->method('POST') | ||
| 114 | + ->service('buyin.orienPlanAuthors') | ||
| 115 | + ->path('/buyin/orienPlanAuthors') | ||
| 116 | + ->params($params); | ||
| 117 | + } | ||
| 118 | + | ||
| 119 | + /** | ||
| 120 | + * @inheritDoc | ||
| 121 | + */ | ||
| 122 | + public function buyinOrienPlanAuthorsAdd(array $params) | ||
| 123 | + { | ||
| 124 | + $this->builder->method('POST') | ||
| 125 | + ->service('buyin.orienPlanAuthorsAdd') | ||
| 126 | + ->path('/buyin/orienPlanAuthorsAdd') | ||
| 127 | + ->params($params); | ||
| 128 | + } | ||
| 129 | + | ||
| 130 | + /** | ||
| 131 | + * @inheritDoc | ||
| 132 | + */ | ||
| 133 | + public function buyinOrienPlanAudit(array $params) | ||
| 134 | + { | ||
| 135 | + $this->builder->method('POST') | ||
| 136 | + ->service('buyin.orienPlanAudit') | ||
| 137 | + ->path('/buyin/orienPlanAudit') | ||
| 138 | + ->params($params); | ||
| 139 | + } | ||
| 140 | + | ||
| 141 | + /** | ||
| 142 | + * @inheritDoc | ||
| 143 | + */ | ||
| 144 | + public function buyinExclusivePlan(array $params) | ||
| 145 | + { | ||
| 146 | + $this->builder->method('POST') | ||
| 147 | + ->service('buyin.exclusivePlan') | ||
| 148 | + ->path('/buyin/exclusivePlan') | ||
| 149 | + ->params($params); | ||
| 150 | + } | ||
| 151 | + | ||
| 152 | + /** | ||
| 153 | + * @inheritDoc | ||
| 154 | + */ | ||
| 155 | + public function buyinExclusivePlanAuthorOperate(array $params) | ||
| 156 | + { | ||
| 157 | + $this->builder->method('POST') | ||
| 158 | + ->service('buyin.exclusivePlanAuthorOperate') | ||
| 159 | + ->path('/buyin/exclusivePlanAuthorOperate') | ||
| 160 | + ->params($params); | ||
| 161 | + } | ||
| 162 | + | ||
| 163 | + /** | ||
| 164 | + * @inheritDoc | ||
| 165 | + */ | ||
| 166 | + public function allianceColonelActivityCreateOrUpdate(array $params) | ||
| 167 | + { | ||
| 168 | + $this->builder->method('POST') | ||
| 169 | + ->service('alliance.colonelActivityCreateOrUpdate') | ||
| 170 | + ->path('/alliance/colonelActivityCreateOrUpdate') | ||
| 171 | + ->params($params); | ||
| 172 | + } | ||
| 173 | + | ||
| 174 | + /** | ||
| 175 | + * @inheritDoc | ||
| 176 | + */ | ||
| 177 | + public function allianceActivityProductCategoryList(array $params) | ||
| 178 | + { | ||
| 179 | + $this->builder->method('POST') | ||
| 180 | + ->service('alliance.activityProductCategoryList') | ||
| 181 | + ->path('/alliance/activityProductCategoryList') | ||
| 182 | + ->params($params); | ||
| 183 | + } | ||
| 184 | + | ||
| 185 | + /** | ||
| 186 | + * @inheritDoc | ||
| 187 | + */ | ||
| 188 | + public function allianceInstituteColonelActivityList(array $params) | ||
| 189 | + { | ||
| 190 | + $this->builder->method('POST') | ||
| 191 | + ->service('alliance.instituteColonelActivityList') | ||
| 192 | + ->path('/alliance/instituteColonelActivityList') | ||
| 193 | + ->params($params); | ||
| 194 | + } | ||
| 195 | + | ||
| 196 | + /** | ||
| 197 | + * @inheritDoc | ||
| 198 | + */ | ||
| 199 | + public function allianceInstituteColonelActivityOperate(array $params) | ||
| 200 | + { | ||
| 201 | + $this->builder->method('POST') | ||
| 202 | + ->service('alliance.instituteColonelActivityOperate') | ||
| 203 | + ->path('/alliance/instituteColonelActivityOperate') | ||
| 204 | + ->params($params); | ||
| 205 | + } | ||
| 206 | + | ||
| 207 | + /** | ||
| 208 | + * @inheritDoc | ||
| 209 | + */ | ||
| 210 | + public function allianceColonelActivityProduct(array $params) | ||
| 211 | + { | ||
| 212 | + $this->builder->method('POST') | ||
| 213 | + ->service('alliance.colonelActivityProduct') | ||
| 214 | + ->path('/alliance/colonelActivityProduct') | ||
| 215 | + ->params($params); | ||
| 216 | + } | ||
| 217 | + | ||
| 218 | + /** | ||
| 219 | + * @inheritDoc | ||
| 220 | + */ | ||
| 221 | + public function allianceColonelActivityProductAudit(array $params) | ||
| 222 | + { | ||
| 223 | + $this->builder->method('POST') | ||
| 224 | + ->service('alliance.colonelActivityProductAudit') | ||
| 225 | + ->path('/alliance/colonelActivityProductAudit') | ||
| 226 | + ->params($params); | ||
| 227 | + } | ||
| 228 | + | ||
| 229 | + /** | ||
| 230 | + * @inheritDoc | ||
| 231 | + */ | ||
| 232 | + public function buyinColonelspecialApplyList(array $params) | ||
| 233 | + { | ||
| 234 | + $this->builder->method('POST') | ||
| 235 | + ->service('buyin.colonel/specialApplyList') | ||
| 236 | + ->path('/buyin/colonel/specialApplyList') | ||
| 237 | + ->params($params); | ||
| 238 | + } | ||
| 239 | + | ||
| 240 | + /** | ||
| 241 | + * @inheritDoc | ||
| 242 | + */ | ||
| 243 | + public function allianceColonelActivityProductExtension(array $params) | ||
| 244 | + { | ||
| 245 | + $this->builder->method('POST') | ||
| 246 | + ->service('alliance.colonelActivityProductExtension') | ||
| 247 | + ->path('/alliance/colonelActivityProductExtension') | ||
| 248 | + ->params($params); | ||
| 249 | + } | ||
| 250 | + | ||
| 251 | + /** | ||
| 252 | + * @inheritDoc | ||
| 253 | + */ | ||
| 254 | + public function buyinColonelspecialApplyDeal(array $params) | ||
| 255 | + { | ||
| 256 | + $this->builder->method('POST') | ||
| 257 | + ->service('buyin.colonel/specialApplyDeal') | ||
| 258 | + ->path('/buyin/colonel/specialApplyDeal') | ||
| 259 | + ->params($params); | ||
| 260 | + } | ||
| 261 | + | ||
| 262 | + /** | ||
| 263 | + * @inheritDoc | ||
| 264 | + */ | ||
| 265 | + public function buyinOriginColonelEnrollableActivityList(array $params) | ||
| 266 | + { | ||
| 267 | + $this->builder->method('POST') | ||
| 268 | + ->service('buyin.originColonelEnrollableActivityList') | ||
| 269 | + ->path('/buyin/originColonelEnrollableActivityList') | ||
| 270 | + ->params($params); | ||
| 271 | + } | ||
| 272 | + | ||
| 273 | + /** | ||
| 274 | + * @inheritDoc | ||
| 275 | + */ | ||
| 276 | + public function buyinColonelActivityDetail(array $params) | ||
| 277 | + { | ||
| 278 | + $this->builder->method('POST') | ||
| 279 | + ->service('buyin.colonelActivityDetail') | ||
| 280 | + ->path('/buyin/colonelActivityDetail') | ||
| 281 | + ->params($params); | ||
| 282 | + } | ||
| 283 | + | ||
| 284 | + /** | ||
| 285 | + * @inheritDoc | ||
| 286 | + */ | ||
| 287 | + public function buyinOriginColonelUnappliedProductList(array $params) | ||
| 288 | + { | ||
| 289 | + $this->builder->method('POST') | ||
| 290 | + ->service('buyin.originColonelUnappliedProductList') | ||
| 291 | + ->path('/buyin/originColonelUnappliedProductList') | ||
| 292 | + ->params($params); | ||
| 293 | + } | ||
| 294 | + | ||
| 295 | + /** | ||
| 296 | + * @inheritDoc | ||
| 297 | + */ | ||
| 298 | + public function buyinOriginColonelApplyActivities(array $params) | ||
| 299 | + { | ||
| 300 | + $this->builder->method('POST') | ||
| 301 | + ->service('buyin.originColonelApplyActivities') | ||
| 302 | + ->path('/buyin/originColonelApplyActivities') | ||
| 303 | + ->params($params); | ||
| 304 | + } | ||
| 305 | + | ||
| 306 | + /** | ||
| 307 | + * @inheritDoc | ||
| 308 | + */ | ||
| 309 | + public function buyinActivityProductList(array $params) | ||
| 310 | + { | ||
| 311 | + $this->builder->method('POST') | ||
| 312 | + ->service('buyin.activityProductList') | ||
| 313 | + ->path('/buyin/activityProductList') | ||
| 314 | + ->params($params); | ||
| 315 | + } | ||
| 316 | + | ||
| 317 | + /** | ||
| 318 | + * @inheritDoc | ||
| 319 | + */ | ||
| 320 | + public function buyinActivityProductCancel(array $params) | ||
| 321 | + { | ||
| 322 | + $this->builder->method('POST') | ||
| 323 | + ->service('buyin.activityProductCancel') | ||
| 324 | + ->path('/buyin/activityProductCancel') | ||
| 325 | + ->params($params); | ||
| 326 | + } | ||
| 327 | + | ||
| 328 | + /** | ||
| 329 | + * @inheritDoc | ||
| 330 | + */ | ||
| 331 | + public function allianceMaterialsProductsSearch(array $params) | ||
| 332 | + { | ||
| 333 | + $this->builder->method('POST') | ||
| 334 | + ->service('alliance.materialsProductsSearch') | ||
| 335 | + ->path('/alliance/materialsProductsSearch') | ||
| 336 | + ->params($params); | ||
| 337 | + } | ||
| 338 | + | ||
| 339 | + /** | ||
| 340 | + * @inheritDoc | ||
| 341 | + */ | ||
| 342 | + public function buyinSimplePlanList(array $params) | ||
| 343 | + { | ||
| 344 | + $this->builder->method('POST') | ||
| 345 | + ->service('buyin.simplePlanList') | ||
| 346 | + ->path('/buyin/simplePlanList') | ||
| 347 | + ->params($params); | ||
| 348 | + } | ||
| 349 | + | ||
| 350 | + /** | ||
| 351 | + * @inheritDoc | ||
| 352 | + */ | ||
| 353 | + public function allianceMaterialsProductsDetails(array $params) | ||
| 354 | + { | ||
| 355 | + $this->builder->method('POST') | ||
| 356 | + ->service('alliance.materialsProductsDetails') | ||
| 357 | + ->path('/alliance/materialsProductsDetails') | ||
| 358 | + ->params($params); | ||
| 359 | + } | ||
| 360 | + | ||
| 361 | + /** | ||
| 362 | + * @inheritDoc | ||
| 363 | + */ | ||
| 364 | + public function buyinProductSkus(array $params) | ||
| 365 | + { | ||
| 366 | + $this->builder->method('POST') | ||
| 367 | + ->service('buyin.productSkus') | ||
| 368 | + ->path('/buyin/productSkus') | ||
| 369 | + ->params($params); | ||
| 370 | + } | ||
| 371 | + | ||
| 372 | + /** | ||
| 373 | + * @inheritDoc | ||
| 374 | + */ | ||
| 375 | + public function allianceMaterialsProductCategory(array $params) | ||
| 376 | + { | ||
| 377 | + $this->builder->method('POST') | ||
| 378 | + ->service('alliance.materialsProductCategory') | ||
| 379 | + ->path('/alliance/materialsProductCategory') | ||
| 380 | + ->params($params); | ||
| 381 | + } | ||
| 382 | + | ||
| 383 | + /** | ||
| 384 | + * @inheritDoc | ||
| 385 | + */ | ||
| 386 | + public function buyinMaterialsProductStatus(array $params) | ||
| 387 | + { | ||
| 388 | + $this->builder->method('POST') | ||
| 389 | + ->service('buyin.materialsProductStatus') | ||
| 390 | + ->path('/buyin/materialsProductStatus') | ||
| 391 | + ->params($params); | ||
| 392 | + } | ||
| 393 | + | ||
| 394 | + /** | ||
| 395 | + * @inheritDoc | ||
| 396 | + */ | ||
| 397 | + public function buyinKolMaterialsProductsSearch(array $params) | ||
| 398 | + { | ||
| 399 | + $this->builder->method('POST') | ||
| 400 | + ->service('buyin.kolMaterialsProductsSearch') | ||
| 401 | + ->path('/buyin/kolMaterialsProductsSearch') | ||
| 402 | + ->params($params); | ||
| 403 | + } | ||
| 404 | + | ||
| 405 | + /** | ||
| 406 | + * @inheritDoc | ||
| 407 | + */ | ||
| 408 | + public function buyinKolMaterialsProductsDetails(array $params) | ||
| 409 | + { | ||
| 410 | + $this->builder->method('POST') | ||
| 411 | + ->service('buyin.kolMaterialsProductsDetails') | ||
| 412 | + ->path('/buyin/kolMaterialsProductsDetails') | ||
| 413 | + ->params($params); | ||
| 414 | + } | ||
| 415 | + | ||
| 416 | + /** | ||
| 417 | + * @inheritDoc | ||
| 418 | + */ | ||
| 419 | + public function buyinQueryInstituteOrders(array $params) | ||
| 420 | + { | ||
| 421 | + $this->builder->method('POST') | ||
| 422 | + ->service('buyin.queryInstituteOrders') | ||
| 423 | + ->path('/buyin/queryInstituteOrders') | ||
| 424 | + ->params($params); | ||
| 425 | + } | ||
| 426 | + | ||
| 427 | + /** | ||
| 428 | + * @inheritDoc | ||
| 429 | + */ | ||
| 430 | + public function buyinInstituteOrderMCN(array $params) | ||
| 431 | + { | ||
| 432 | + $this->builder->method('POST') | ||
| 433 | + ->service('buyin.instituteOrderMCN') | ||
| 434 | + ->path('/buyin/instituteOrderMCN') | ||
| 435 | + ->params($params); | ||
| 436 | + } | ||
| 437 | + | ||
| 438 | + /** | ||
| 439 | + * @inheritDoc | ||
| 440 | + */ | ||
| 441 | + public function buyinInstituteOrderColonel(array $params) | ||
| 442 | + { | ||
| 443 | + $this->builder->method('POST') | ||
| 444 | + ->service('buyin.instituteOrderColonel') | ||
| 445 | + ->path('/buyin/instituteOrderColonel') | ||
| 446 | + ->params($params); | ||
| 447 | + } | ||
| 448 | + | ||
| 449 | + /** | ||
| 450 | + * @inheritDoc | ||
| 451 | + */ | ||
| 452 | + public function buyinInstPickSourceConvert(array $params) | ||
| 453 | + { | ||
| 454 | + $this->builder->method('POST') | ||
| 455 | + ->service('buyin.instPickSourceConvert') | ||
| 456 | + ->path('/buyin/instPickSourceConvert') | ||
| 457 | + ->params($params); | ||
| 458 | + } | ||
| 459 | + | ||
| 460 | + /** | ||
| 461 | + * @inheritDoc | ||
| 462 | + */ | ||
| 463 | + public function buyinInstGmv(array $params) | ||
| 464 | + { | ||
| 465 | + $this->builder->method('POST') | ||
| 466 | + ->service('buyin.instGmv') | ||
| 467 | + ->path('/buyin/instGmv') | ||
| 468 | + ->params($params); | ||
| 469 | + } | ||
| 470 | + | ||
| 471 | + /** | ||
| 472 | + * @inheritDoc | ||
| 473 | + */ | ||
| 474 | + public function buyinInstGmvDetail(array $params) | ||
| 475 | + { | ||
| 476 | + $this->builder->method('POST') | ||
| 477 | + ->service('buyin.instGmvDetail') | ||
| 478 | + ->path('/buyin/instGmvDetail') | ||
| 479 | + ->params($params); | ||
| 480 | + } | ||
| 481 | + | ||
| 482 | + /** | ||
| 483 | + * @inheritDoc | ||
| 484 | + */ | ||
| 485 | + public function buyinKolPidCreate(array $params) | ||
| 486 | + { | ||
| 487 | + $this->builder->method('POST') | ||
| 488 | + ->service('buyin.kolPidCreate') | ||
| 489 | + ->path('/buyin/kolPidCreate') | ||
| 490 | + ->params($params); | ||
| 491 | + } | ||
| 492 | + | ||
| 493 | + /** | ||
| 494 | + * @inheritDoc | ||
| 495 | + */ | ||
| 496 | + public function buyinKolPidList(array $params) | ||
| 497 | + { | ||
| 498 | + $this->builder->method('POST') | ||
| 499 | + ->service('buyin.kolPidList') | ||
| 500 | + ->path('/buyin/kolPidList') | ||
| 501 | + ->params($params); | ||
| 502 | + } | ||
| 503 | + | ||
| 504 | + /** | ||
| 505 | + * @inheritDoc | ||
| 506 | + */ | ||
| 507 | + public function buyinKolPidEdit(array $params) | ||
| 508 | + { | ||
| 509 | + $this->builder->method('POST') | ||
| 510 | + ->service('buyin.kolPidEdit') | ||
| 511 | + ->path('/buyin/kolPidEdit') | ||
| 512 | + ->params($params); | ||
| 513 | + } | ||
| 514 | + | ||
| 515 | + /** | ||
| 516 | + * @inheritDoc | ||
| 517 | + */ | ||
| 518 | + public function buyinKolPidDel(array $params) | ||
| 519 | + { | ||
| 520 | + $this->builder->method('POST') | ||
| 521 | + ->service('buyin.kolPidDel') | ||
| 522 | + ->path('/buyin/kolPidDel') | ||
| 523 | + ->params($params); | ||
| 524 | + } | ||
| 525 | + | ||
| 526 | + /** | ||
| 527 | + * @inheritDoc | ||
| 528 | + */ | ||
| 529 | + public function buyinShareCommandParse(array $params) | ||
| 530 | + { | ||
| 531 | + $this->builder->method('POST') | ||
| 532 | + ->service('buyin.shareCommandParse') | ||
| 533 | + ->path('/buyin/shareCommandParse') | ||
| 534 | + ->params($params); | ||
| 535 | + } | ||
| 536 | + | ||
| 537 | + /** | ||
| 538 | + * @inheritDoc | ||
| 539 | + */ | ||
| 540 | + public function buyinKolProductShare(array $params) | ||
| 541 | + { | ||
| 542 | + $this->builder->method('POST') | ||
| 543 | + ->service('buyin.kolProductShare') | ||
| 544 | + ->path('/buyin/kolProductShare') | ||
| 545 | + ->params($params); | ||
| 546 | + } | ||
| 547 | + | ||
| 548 | + /** | ||
| 549 | + * @inheritDoc | ||
| 550 | + */ | ||
| 551 | + public function buyinInstitutePidCreate(array $params) | ||
| 552 | + { | ||
| 553 | + $this->builder->method('POST') | ||
| 554 | + ->service('buyin.institutePidCreate') | ||
| 555 | + ->path('/buyin/institutePidCreate') | ||
| 556 | + ->params($params); | ||
| 557 | + } | ||
| 558 | + | ||
| 559 | + /** | ||
| 560 | + * @inheritDoc | ||
| 561 | + */ | ||
| 562 | + public function buyinInstitutePidList(array $params) | ||
| 563 | + { | ||
| 564 | + $this->builder->method('POST') | ||
| 565 | + ->service('buyin.institutePidList') | ||
| 566 | + ->path('/buyin/institutePidList') | ||
| 567 | + ->params($params); | ||
| 568 | + } | ||
| 569 | + | ||
| 570 | + /** | ||
| 571 | + * @inheritDoc | ||
| 572 | + */ | ||
| 573 | + public function buyinInstitutePidEdit(array $params) | ||
| 574 | + { | ||
| 575 | + $this->builder->method('POST') | ||
| 576 | + ->service('buyin.institutePidEdit') | ||
| 577 | + ->path('/buyin/institutePidEdit') | ||
| 578 | + ->params($params); | ||
| 579 | + } | ||
| 580 | + | ||
| 581 | + /** | ||
| 582 | + * @inheritDoc | ||
| 583 | + */ | ||
| 584 | + public function buyinInstitutePidDel(array $params) | ||
| 585 | + { | ||
| 586 | + $this->builder->method('POST') | ||
| 587 | + ->service('buyin.institutePidDel') | ||
| 588 | + ->path('/buyin/institutePidDel') | ||
| 589 | + ->params($params); | ||
| 590 | + } | ||
| 591 | + | ||
| 592 | + /** | ||
| 593 | + * @inheritDoc | ||
| 594 | + */ | ||
| 595 | + public function buyinLiveShareMaterial(array $params) | ||
| 596 | + { | ||
| 597 | + $this->builder->method('POST') | ||
| 598 | + ->service('buyin.liveShareMaterial') | ||
| 599 | + ->path('/buyin/liveShareMaterial') | ||
| 600 | + ->params($params); | ||
| 601 | + } | ||
| 602 | + | ||
| 603 | + /** | ||
| 604 | + * @inheritDoc | ||
| 605 | + */ | ||
| 606 | + public function buyinDistributionLiveProductList(array $params) | ||
| 607 | + { | ||
| 608 | + $this->builder->method('POST') | ||
| 609 | + ->service('buyin.distributionLiveProductList') | ||
| 610 | + ->path('/buyin/distributionLiveProductList') | ||
| 611 | + ->params($params); | ||
| 612 | + } | ||
| 613 | + | ||
| 614 | + /** | ||
| 615 | + * @inheritDoc | ||
| 616 | + */ | ||
| 617 | + public function buyinInstituteLiveShare(array $params) | ||
| 618 | + { | ||
| 619 | + $this->builder->method('POST') | ||
| 620 | + ->service('buyin.instituteLiveShare') | ||
| 621 | + ->path('/buyin/instituteLiveShare') | ||
| 622 | + ->params($params); | ||
| 623 | + } | ||
| 624 | + | ||
| 625 | + /** | ||
| 626 | + * @inheritDoc | ||
| 627 | + */ | ||
| 628 | + public function buyinInstituteOrderAds(array $params) | ||
| 629 | + { | ||
| 630 | + $this->builder->method('POST') | ||
| 631 | + ->service('buyin.instituteOrderAds') | ||
| 632 | + ->path('/buyin/instituteOrderAds') | ||
| 633 | + ->params($params); | ||
| 634 | + } | ||
| 635 | + | ||
| 636 | + /** | ||
| 637 | + * @inheritDoc | ||
| 638 | + */ | ||
| 639 | + public function buyinKolOrderAds(array $params) | ||
| 640 | + { | ||
| 641 | + $this->builder->method('POST') | ||
| 642 | + ->service('buyin.kolOrderAds') | ||
| 643 | + ->path('/buyin/kolOrderAds') | ||
| 644 | + ->params($params); | ||
| 645 | + } | ||
| 646 | + | ||
| 647 | + /** | ||
| 648 | + * @inheritDoc | ||
| 649 | + */ | ||
| 650 | + public function buyinShopPidMemberCreate(array $params) | ||
| 651 | + { | ||
| 652 | + $this->builder->method('POST') | ||
| 653 | + ->service('buyin.shopPidMemberCreate') | ||
| 654 | + ->path('/buyin/shopPidMemberCreate') | ||
| 655 | + ->params($params); | ||
| 656 | + } | ||
| 657 | + | ||
| 658 | + /** | ||
| 659 | + * @inheritDoc | ||
| 660 | + */ | ||
| 661 | + public function buyinKolLiveShare(array $params) | ||
| 662 | + { | ||
| 663 | + $this->builder->method('POST') | ||
| 664 | + ->service('buyin.kolLiveShare') | ||
| 665 | + ->path('/buyin/kolLiveShare') | ||
| 666 | + ->params($params); | ||
| 667 | + } | ||
| 668 | + | ||
| 669 | + /** | ||
| 670 | + * @inheritDoc | ||
| 671 | + */ | ||
| 672 | + public function buyinMHandleTrusteeshipApply(array $params) | ||
| 673 | + { | ||
| 674 | + $this->builder->method('POST') | ||
| 675 | + ->service('buyin.mHandleTrusteeshipApply') | ||
| 676 | + ->path('/buyin/mHandleTrusteeshipApply') | ||
| 677 | + ->params($params); | ||
| 678 | + } | ||
| 679 | + | ||
| 680 | + /** | ||
| 681 | + * @inheritDoc | ||
| 682 | + */ | ||
| 683 | + public function buyinColoneltrusteeshipList(array $params) | ||
| 684 | + { | ||
| 685 | + $this->builder->method('POST') | ||
| 686 | + ->service('buyin.colonel/trusteeshipList') | ||
| 687 | + ->path('/buyin/colonel/trusteeshipList') | ||
| 688 | + ->params($params); | ||
| 689 | + } | ||
| 690 | + | ||
| 691 | + /** | ||
| 692 | + * @inheritDoc | ||
| 693 | + */ | ||
| 694 | + public function buyinInstituteOrderPick(array $params) | ||
| 695 | + { | ||
| 696 | + $this->builder->method('POST') | ||
| 697 | + ->service('buyin.instituteOrderPick') | ||
| 698 | + ->path('/buyin/instituteOrderPick') | ||
| 699 | + ->params($params); | ||
| 700 | + } | ||
| 701 | + | ||
| 702 | + /** | ||
| 703 | + * @inheritDoc | ||
| 704 | + */ | ||
| 705 | + public function buyinInstituteLivePreviewShare(array $params) | ||
| 706 | + { | ||
| 707 | + $this->builder->method('POST') | ||
| 708 | + ->service('buyin.instituteLivePreviewShare') | ||
| 709 | + ->path('/buyin/instituteLivePreviewShare') | ||
| 710 | + ->params($params); | ||
| 711 | + } | ||
| 712 | + | ||
| 713 | + /** | ||
| 714 | + * @inheritDoc | ||
| 715 | + */ | ||
| 716 | + public function buyinKolLivePreviewShare(array $params) | ||
| 717 | + { | ||
| 718 | + $this->builder->method('POST') | ||
| 719 | + ->service('buyin.kolLivePreviewShare') | ||
| 720 | + ->path('/buyin/kolLivePreviewShare') | ||
| 721 | + ->params($params); | ||
| 722 | + } | ||
| 723 | + | ||
| 724 | + /** | ||
| 725 | + * @inheritDoc | ||
| 726 | + */ | ||
| 727 | + public function buyinActivityShareConvert(array $params) | ||
| 728 | + { | ||
| 729 | + $this->builder->method('POST') | ||
| 730 | + ->service('buyin.activityShareConvert') | ||
| 731 | + ->path('/buyin/activityShareConvert') | ||
| 732 | + ->params($params); | ||
| 733 | + } | ||
| 734 | +} |
| 1 | <?php | 1 | <?php |
| 2 | + | ||
| 2 | namespace Lackoxygen\TiktokShop\Passage\Buyin; | 3 | namespace Lackoxygen\TiktokShop\Passage\Buyin; |
| 3 | 4 | ||
| 4 | use Lackoxygen\TiktokShop\Passage\ResultSet; | 5 | use Lackoxygen\TiktokShop\Passage\ResultSet; |
| @@ -8,531 +9,531 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | @@ -8,531 +9,531 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | ||
| 8 | */ | 9 | */ |
| 9 | interface BuyinInterface | 10 | interface BuyinInterface |
| 10 | { | 11 | { |
| 11 | - /** | ||
| 12 | - * 创建/修改普通商品推广计划 | ||
| 13 | - * @link https://op.jinritemai.com/docs/api-docs/61/923 | ||
| 14 | - * @param array $params | ||
| 15 | - * @return ResultSet | ||
| 16 | - */ | ||
| 17 | - function buyinSimplePlan(array $params); | ||
| 18 | - | ||
| 19 | - /** | ||
| 20 | - * 商家可参与的团长活动查询接口 | ||
| 21 | - * @link https://op.jinritemai.com/docs/api-docs/61/1671 | ||
| 22 | - * @param array $params | ||
| 23 | - * @return ResultSet | ||
| 24 | - */ | ||
| 25 | - function buyinShopActivityList(array $params); | ||
| 26 | - | ||
| 27 | - /** | ||
| 28 | - * 商家侧获取团长活动详情 | ||
| 29 | - * @link https://op.jinritemai.com/docs/api-docs/61/1797 | ||
| 30 | - * @param array $params | ||
| 31 | - * @return ResultSet | ||
| 32 | - */ | ||
| 33 | - function buyinShopActivityDetail(array $params); | ||
| 34 | - | ||
| 35 | - /** | ||
| 36 | - * 商品团长活动提报接口 | ||
| 37 | - * @link https://op.jinritemai.com/docs/api-docs/61/744 | ||
| 38 | - * @param array $params | ||
| 39 | - * @return ResultSet | ||
| 40 | - */ | ||
| 41 | - function buyinApplyActivities(array $params); | ||
| 42 | - | ||
| 43 | - /** | ||
| 44 | - * 延长推广待处理/已处理记录查询 | ||
| 45 | - * @link https://op.jinritemai.com/docs/api-docs/61/1674 | ||
| 46 | - * @param array $params | ||
| 47 | - * @return ResultSet | ||
| 48 | - */ | ||
| 49 | - function buyinActivityProductExtendList(array $params); | ||
| 50 | - | ||
| 51 | - /** | ||
| 52 | - * 商家处理团长活动商品的推广延期申请 | ||
| 53 | - * @link https://op.jinritemai.com/docs/api-docs/61/1673 | ||
| 54 | - * @param array $params | ||
| 55 | - * @return ResultSet | ||
| 56 | - */ | ||
| 57 | - function buyinActivityProductExtendApprove(array $params); | ||
| 58 | - | ||
| 59 | - /** | ||
| 60 | - * 创建/修改商品定向计划 | ||
| 61 | - * @link https://op.jinritemai.com/docs/api-docs/61/708 | ||
| 62 | - * @param array $params | ||
| 63 | - * @return ResultSet | ||
| 64 | - */ | ||
| 65 | - function buyinCreateOrUpdateOrienPlan(array $params); | ||
| 66 | - | ||
| 67 | - /** | ||
| 68 | - * 商品定向计划查询 | ||
| 69 | - * @link https://op.jinritemai.com/docs/api-docs/61/705 | ||
| 70 | - * @param array $params | ||
| 71 | - * @return ResultSet | ||
| 72 | - */ | ||
| 73 | - function buyinOrienPlanList(array $params); | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * 商品定向计划管理 | ||
| 77 | - * @link https://op.jinritemai.com/docs/api-docs/61/704 | ||
| 78 | - * @param array $params | ||
| 79 | - * @return ResultSet | ||
| 80 | - */ | ||
| 81 | - function buyinOrienPlanCtrl(array $params); | ||
| 82 | - | ||
| 83 | - /** | ||
| 84 | - * 查询定向计划作者列表 | ||
| 85 | - * @link https://op.jinritemai.com/docs/api-docs/61/1879 | ||
| 86 | - * @param array $params | ||
| 87 | - * @return ResultSet | ||
| 88 | - */ | ||
| 89 | - function buyinOrienPlanAuthors(array $params); | ||
| 90 | - | ||
| 91 | - /** | ||
| 92 | - * 向指定定向计划中添加达人 | ||
| 93 | - * @link https://op.jinritemai.com/docs/api-docs/61/1877 | ||
| 94 | - * @param array $params | ||
| 95 | - * @return ResultSet | ||
| 96 | - */ | ||
| 97 | - function buyinOrienPlanAuthorsAdd(array $params); | ||
| 98 | - | ||
| 99 | - /** | ||
| 100 | - * 定向计划达人申请审核 | ||
| 101 | - * @link https://op.jinritemai.com/docs/api-docs/61/1878 | ||
| 102 | - * @param array $params | ||
| 103 | - * @return ResultSet | ||
| 104 | - */ | ||
| 105 | - function buyinOrienPlanAudit(array $params); | ||
| 106 | - | ||
| 107 | - /** | ||
| 108 | - * 创建/修改商品专属推广计划 | ||
| 109 | - * @link https://op.jinritemai.com/docs/api-docs/61/1880 | ||
| 110 | - * @param array $params | ||
| 111 | - * @return ResultSet | ||
| 112 | - */ | ||
| 113 | - function buyinExclusivePlan(array $params); | ||
| 114 | - | ||
| 115 | - /** | ||
| 116 | - * 店铺专属达人管理 | ||
| 117 | - * @link https://op.jinritemai.com/docs/api-docs/61/1935 | ||
| 118 | - * @param array $params | ||
| 119 | - * @return ResultSet | ||
| 120 | - */ | ||
| 121 | - function buyinExclusivePlanAuthorOperate(array $params); | ||
| 122 | - | ||
| 123 | - /** | ||
| 124 | - * 团长活动创建/编辑接口 | ||
| 125 | - * @link https://op.jinritemai.com/docs/api-docs/61/966 | ||
| 126 | - * @param array $params | ||
| 127 | - * @return ResultSet | ||
| 128 | - */ | ||
| 129 | - function allianceColonelActivityCreateOrUpdate(array $params); | ||
| 130 | - | ||
| 131 | - /** | ||
| 132 | - * 创建活动时候可选择的类目接口 | ||
| 133 | - * @link https://op.jinritemai.com/docs/api-docs/61/1882 | ||
| 134 | - * @param array $params | ||
| 135 | - * @return ResultSet | ||
| 136 | - */ | ||
| 137 | - function allianceActivityProductCategoryList(array $params); | ||
| 138 | - | ||
| 139 | - /** | ||
| 140 | - * 团长活动查询接口 | ||
| 141 | - * @link https://op.jinritemai.com/docs/api-docs/61/1330 | ||
| 142 | - * @param array $params | ||
| 143 | - * @return ResultSet | ||
| 144 | - */ | ||
| 145 | - function allianceInstituteColonelActivityList(array $params); | ||
| 146 | - | ||
| 147 | - /** | ||
| 148 | - * 专属团长活动删除接口(下线+删除) | ||
| 149 | - * @link https://op.jinritemai.com/docs/api-docs/61/972 | ||
| 150 | - * @param array $params | ||
| 151 | - * @return ResultSet | ||
| 152 | - */ | ||
| 153 | - function allianceInstituteColonelActivityOperate(array $params); | ||
| 154 | - | ||
| 155 | - /** | ||
| 156 | - * 活动商品查询接口 | ||
| 157 | - * @link https://op.jinritemai.com/docs/api-docs/61/968 | ||
| 158 | - * @param array $params | ||
| 159 | - * @return ResultSet | ||
| 160 | - */ | ||
| 161 | - function allianceColonelActivityProduct(array $params); | ||
| 162 | - | ||
| 163 | - /** | ||
| 164 | - * 专属团长活动商品审核接口 | ||
| 165 | - * @link https://op.jinritemai.com/docs/api-docs/61/971 | ||
| 166 | - * @param array $params | ||
| 167 | - * @return ResultSet | ||
| 168 | - */ | ||
| 169 | - function allianceColonelActivityProductAudit(array $params); | ||
| 170 | - | ||
| 171 | - /** | ||
| 172 | - * 查询团长活动特殊申请 | ||
| 173 | - * @link https://op.jinritemai.com/docs/api-docs/61/1552 | ||
| 174 | - * @param array $params | ||
| 175 | - * @return ResultSet | ||
| 176 | - */ | ||
| 177 | - function buyinColonel/specialApplyList(array $params); | ||
| 178 | - | ||
| 179 | - /** | ||
| 180 | - * 专属团长活动商品延时接口 | ||
| 181 | - * @link https://op.jinritemai.com/docs/api-docs/61/1881 | ||
| 182 | - * @param array $params | ||
| 183 | - * @return ResultSet | ||
| 184 | - */ | ||
| 185 | - function allianceColonelActivityProductExtension(array $params); | ||
| 186 | - | ||
| 187 | - /** | ||
| 188 | - * 团长活动特殊申请审核 | ||
| 189 | - * @link https://op.jinritemai.com/docs/api-docs/61/1553 | ||
| 190 | - * @param array $params | ||
| 191 | - * @return ResultSet | ||
| 192 | - */ | ||
| 193 | - function buyinColonel/specialApplyDeal(array $params); | ||
| 194 | - | ||
| 195 | - /** | ||
| 196 | - * 团长可参与的二级团长活动查询接口 | ||
| 197 | - * @link https://op.jinritemai.com/docs/api-docs/61/1675 | ||
| 198 | - * @param array $params | ||
| 199 | - * @return ResultSet | ||
| 200 | - */ | ||
| 201 | - function buyinOriginColonelEnrollableActivityList(array $params); | ||
| 202 | - | ||
| 203 | - /** | ||
| 204 | - * 获取团长活动详情 | ||
| 205 | - * @link https://op.jinritemai.com/docs/api-docs/61/1670 | ||
| 206 | - * @param array $params | ||
| 207 | - * @return ResultSet | ||
| 208 | - */ | ||
| 209 | - function buyinColonelActivityDetail(array $params); | ||
| 210 | - | ||
| 211 | - /** | ||
| 212 | - * 团长获取可提报二级团长活动的商品列表 | ||
| 213 | - * @link https://op.jinritemai.com/docs/api-docs/61/1677 | ||
| 214 | - * @param array $params | ||
| 215 | - * @return ResultSet | ||
| 216 | - */ | ||
| 217 | - function buyinOriginColonelUnappliedProductList(array $params); | ||
| 218 | - | ||
| 219 | - /** | ||
| 220 | - * 团长报名二级团长活动 | ||
| 221 | - * @link https://op.jinritemai.com/docs/api-docs/61/1672 | ||
| 222 | - * @param array $params | ||
| 223 | - * @return ResultSet | ||
| 224 | - */ | ||
| 225 | - function buyinOriginColonelApplyActivities(array $params); | ||
| 226 | - | ||
| 227 | - /** | ||
| 228 | - * 一级团长查询提报活动商品 | ||
| 229 | - * @link https://op.jinritemai.com/docs/api-docs/61/1926 | ||
| 230 | - * @param array $params | ||
| 231 | - * @return ResultSet | ||
| 232 | - */ | ||
| 233 | - function buyinActivityProductList(array $params); | ||
| 234 | - | ||
| 235 | - /** | ||
| 236 | - * 一级团长取消活动提报申请接口 | ||
| 237 | - * @link https://op.jinritemai.com/docs/api-docs/61/1927 | ||
| 238 | - * @param array $params | ||
| 239 | - * @return ResultSet | ||
| 240 | - */ | ||
| 241 | - function buyinActivityProductCancel(array $params); | ||
| 242 | - | ||
| 243 | - /** | ||
| 244 | - * 检索精选联盟商品 | ||
| 245 | - * @link https://op.jinritemai.com/docs/api-docs/61/924 | ||
| 246 | - * @param array $params | ||
| 247 | - * @return ResultSet | ||
| 248 | - */ | ||
| 249 | - function allianceMaterialsProductsSearch(array $params); | ||
| 250 | - | ||
| 251 | - /** | ||
| 252 | - * 商品推广 普通计划查询 | ||
| 253 | - * @link https://op.jinritemai.com/docs/api-docs/61/349 | ||
| 254 | - * @param array $params | ||
| 255 | - * @return ResultSet | ||
| 256 | - */ | ||
| 257 | - function buyinSimplePlanList(array $params); | ||
| 258 | - | ||
| 259 | - /** | ||
| 260 | - * 批量查询推广商品详情 | ||
| 261 | - * @link https://op.jinritemai.com/docs/api-docs/61/1356 | ||
| 262 | - * @param array $params | ||
| 263 | - * @return ResultSet | ||
| 264 | - */ | ||
| 265 | - function allianceMaterialsProductsDetails(array $params); | ||
| 266 | - | ||
| 267 | - /** | ||
| 268 | - * 查询商品 SKU | ||
| 269 | - * @link https://op.jinritemai.com/docs/api-docs/61/1626 | ||
| 270 | - * @param array $params | ||
| 271 | - * @return ResultSet | ||
| 272 | - */ | ||
| 273 | - function buyinProductSkus(array $params); | ||
| 274 | - | ||
| 275 | - /** | ||
| 276 | - * 类目查询 | ||
| 277 | - * @link https://op.jinritemai.com/docs/api-docs/61/637 | ||
| 278 | - * @param array $params | ||
| 279 | - * @return ResultSet | ||
| 280 | - */ | ||
| 281 | - function allianceMaterialsProductCategory(array $params); | ||
| 282 | - | ||
| 283 | - /** | ||
| 284 | - * 商品状态查询 | ||
| 285 | - * @link https://op.jinritemai.com/docs/api-docs/61/1497 | ||
| 286 | - * @param array $params | ||
| 287 | - * @return ResultSet | ||
| 288 | - */ | ||
| 289 | - function buyinMaterialsProductStatus(array $params); | ||
| 290 | - | ||
| 291 | - /** | ||
| 292 | - * 检索精选联盟商品,需达人授权 | ||
| 293 | - * @link https://op.jinritemai.com/docs/api-docs/61/1725 | ||
| 294 | - * @param array $params | ||
| 295 | - * @return ResultSet | ||
| 296 | - */ | ||
| 297 | - function buyinKolMaterialsProductsSearch(array $params); | ||
| 298 | - | ||
| 299 | - /** | ||
| 300 | - * 查询达人视角商品详情 | ||
| 301 | - * @link https://op.jinritemai.com/docs/api-docs/61/1589 | ||
| 302 | - * @param array $params | ||
| 303 | - * @return ResultSet | ||
| 304 | - */ | ||
| 305 | - function buyinKolMaterialsProductsDetails(array $params); | ||
| 306 | - | ||
| 307 | - /** | ||
| 308 | - * 【即将下线】查询机构联盟订单 | ||
| 309 | - * @link https://op.jinritemai.com/docs/api-docs/61/1398 | ||
| 310 | - * @param array $params | ||
| 311 | - * @return ResultSet | ||
| 312 | - */ | ||
| 313 | - function buyinQueryInstituteOrders(array $params); | ||
| 314 | - | ||
| 315 | - /** | ||
| 316 | - * 查询MCN机构订单 | ||
| 317 | - * @link https://op.jinritemai.com/docs/api-docs/61/1602 | ||
| 318 | - * @param array $params | ||
| 319 | - * @return ResultSet | ||
| 320 | - */ | ||
| 321 | - function buyinInstituteOrderMCN(array $params); | ||
| 322 | - | ||
| 323 | - /** | ||
| 324 | - * 机构查询团长订单 | ||
| 325 | - * @link https://op.jinritemai.com/docs/api-docs/61/1603 | ||
| 326 | - * @param array $params | ||
| 327 | - * @return ResultSet | ||
| 328 | - */ | ||
| 329 | - function buyinInstituteOrderColonel(array $params); | ||
| 330 | - | ||
| 331 | - /** | ||
| 332 | - * 商品选品来源转链 | ||
| 333 | - * @link https://op.jinritemai.com/docs/api-docs/61/1454 | ||
| 334 | - * @param array $params | ||
| 335 | - * @return ResultSet | ||
| 336 | - */ | ||
| 337 | - function buyinInstPickSourceConvert(array $params); | ||
| 338 | - | ||
| 339 | - /** | ||
| 340 | - * 机构选品GMV查询接口 | ||
| 341 | - * @link https://op.jinritemai.com/docs/api-docs/61/1652 | ||
| 342 | - * @param array $params | ||
| 343 | - * @return ResultSet | ||
| 344 | - */ | ||
| 345 | - function buyinInstGmv(array $params); | ||
| 346 | - | ||
| 347 | - /** | ||
| 348 | - * 机构选品GMV明细查询接口 | ||
| 349 | - * @link https://op.jinritemai.com/docs/api-docs/61/1653 | ||
| 350 | - * @param array $params | ||
| 351 | - * @return ResultSet | ||
| 352 | - */ | ||
| 353 | - function buyinInstGmvDetail(array $params); | ||
| 354 | - | ||
| 355 | - /** | ||
| 356 | - * 达人PID创建 | ||
| 357 | - * @link https://op.jinritemai.com/docs/api-docs/61/1460 | ||
| 358 | - * @param array $params | ||
| 359 | - * @return ResultSet | ||
| 360 | - */ | ||
| 361 | - function buyinKolPidCreate(array $params); | ||
| 362 | - | ||
| 363 | - /** | ||
| 364 | - * 达人PID查询接口 | ||
| 365 | - * @link https://op.jinritemai.com/docs/api-docs/61/1461 | ||
| 366 | - * @param array $params | ||
| 367 | - * @return ResultSet | ||
| 368 | - */ | ||
| 369 | - function buyinKolPidList(array $params); | ||
| 370 | - | ||
| 371 | - /** | ||
| 372 | - * 达人PID 编辑 | ||
| 373 | - * @link https://op.jinritemai.com/docs/api-docs/61/1462 | ||
| 374 | - * @param array $params | ||
| 375 | - * @return ResultSet | ||
| 376 | - */ | ||
| 377 | - function buyinKolPidEdit(array $params); | ||
| 378 | - | ||
| 379 | - /** | ||
| 380 | - * 达人PID删除 | ||
| 381 | - * @link https://op.jinritemai.com/docs/api-docs/61/1463 | ||
| 382 | - * @param array $params | ||
| 383 | - * @return ResultSet | ||
| 384 | - */ | ||
| 385 | - function buyinKolPidDel(array $params); | ||
| 386 | - | ||
| 387 | - /** | ||
| 388 | - * 商品口令转商品解析 | ||
| 389 | - * @link https://op.jinritemai.com/docs/api-docs/61/1726 | ||
| 390 | - * @param array $params | ||
| 391 | - * @return ResultSet | ||
| 392 | - */ | ||
| 393 | - function buyinShareCommandParse(array $params); | ||
| 394 | - | ||
| 395 | - /** | ||
| 396 | - * 达人商品分销转链 | ||
| 397 | - * @link https://op.jinritemai.com/docs/api-docs/61/1464 | ||
| 398 | - * @param array $params | ||
| 399 | - * @return ResultSet | ||
| 400 | - */ | ||
| 401 | - function buyinKolProductShare(array $params); | ||
| 402 | - | ||
| 403 | - /** | ||
| 404 | - * 机构PID创建 | ||
| 405 | - * @link https://op.jinritemai.com/docs/api-docs/61/1273 | ||
| 406 | - * @param array $params | ||
| 407 | - * @return ResultSet | ||
| 408 | - */ | ||
| 409 | - function buyinInstitutePidCreate(array $params); | ||
| 410 | - | ||
| 411 | - /** | ||
| 412 | - * 机构PID查询接口 | ||
| 413 | - * @link https://op.jinritemai.com/docs/api-docs/61/1269 | ||
| 414 | - * @param array $params | ||
| 415 | - * @return ResultSet | ||
| 416 | - */ | ||
| 417 | - function buyinInstitutePidList(array $params); | ||
| 418 | - | ||
| 419 | - /** | ||
| 420 | - * 机构PID 编辑 | ||
| 421 | - * @link https://op.jinritemai.com/docs/api-docs/61/1270 | ||
| 422 | - * @param array $params | ||
| 423 | - * @return ResultSet | ||
| 424 | - */ | ||
| 425 | - function buyinInstitutePidEdit(array $params); | ||
| 426 | - | ||
| 427 | - /** | ||
| 428 | - * 机构PID删除 | ||
| 429 | - * @link https://op.jinritemai.com/docs/api-docs/61/1271 | ||
| 430 | - * @param array $params | ||
| 431 | - * @return ResultSet | ||
| 432 | - */ | ||
| 433 | - function buyinInstitutePidDel(array $params); | ||
| 434 | - | ||
| 435 | - /** | ||
| 436 | - * 直播间分销物料查询 | ||
| 437 | - * @link https://op.jinritemai.com/docs/api-docs/61/1396 | ||
| 438 | - * @param array $params | ||
| 439 | - * @return ResultSet | ||
| 440 | - */ | ||
| 441 | - function buyinLiveShareMaterial(array $params); | ||
| 442 | - | ||
| 443 | - /** | ||
| 444 | - * 分销直播间商品列表 | ||
| 445 | - * @link https://op.jinritemai.com/docs/api-docs/61/1770 | ||
| 446 | - * @param array $params | ||
| 447 | - * @return ResultSet | ||
| 448 | - */ | ||
| 449 | - function buyinDistributionLiveProductList(array $params); | ||
| 450 | - | ||
| 451 | - /** | ||
| 452 | - * 机构获取达人直播间分享链接 | ||
| 453 | - * @link https://op.jinritemai.com/docs/api-docs/61/1297 | ||
| 454 | - * @param array $params | ||
| 455 | - * @return ResultSet | ||
| 456 | - */ | ||
| 457 | - function buyinInstituteLiveShare(array $params); | ||
| 458 | - | ||
| 459 | - /** | ||
| 460 | - * 查询抖客直播间分销订单 | ||
| 461 | - * @link https://op.jinritemai.com/docs/api-docs/61/1296 | ||
| 462 | - * @param array $params | ||
| 463 | - * @return ResultSet | ||
| 464 | - */ | ||
| 465 | - function buyinInstituteOrderAds(array $params); | ||
| 466 | - | ||
| 467 | - /** | ||
| 468 | - * 查询达人的直播间分销、商品分销、活动页分销订单 | ||
| 469 | - * @link https://op.jinritemai.com/docs/api-docs/61/1459 | ||
| 470 | - * @param array $params | ||
| 471 | - * @return ResultSet | ||
| 472 | - */ | ||
| 473 | - function buyinKolOrderAds(array $params); | ||
| 474 | - | ||
| 475 | - /** | ||
| 476 | - * 店铺会员绑定渠道关系创建 | ||
| 477 | - * @link https://op.jinritemai.com/docs/api-docs/61/1493 | ||
| 478 | - * @param array $params | ||
| 479 | - * @return ResultSet | ||
| 480 | - */ | ||
| 481 | - function buyinShopPidMemberCreate(array $params); | ||
| 482 | - | ||
| 483 | - /** | ||
| 484 | - * 获取达人直播间分享链接 | ||
| 485 | - * @link https://op.jinritemai.com/docs/api-docs/61/1724 | ||
| 486 | - * @param array $params | ||
| 487 | - * @return ResultSet | ||
| 488 | - */ | ||
| 489 | - function buyinKolLiveShare(array $params); | ||
| 490 | - | ||
| 491 | - /** | ||
| 492 | - * 团长托管商品审核 | ||
| 493 | - * @link https://op.jinritemai.com/docs/api-docs/61/2138 | ||
| 494 | - * @param array $params | ||
| 495 | - * @return ResultSet | ||
| 496 | - */ | ||
| 497 | - function buyinMHandleTrusteeshipApply(array $params); | ||
| 498 | - | ||
| 499 | - /** | ||
| 500 | - * 团长托管商品查询 | ||
| 501 | - * @link https://op.jinritemai.com/docs/api-docs/61/2137 | ||
| 502 | - * @param array $params | ||
| 503 | - * @return ResultSet | ||
| 504 | - */ | ||
| 505 | - function buyinColonel/trusteeshipList(array $params); | ||
| 506 | - | ||
| 507 | - /** | ||
| 508 | - * 选品订单明细查询接口 | ||
| 509 | - * @link https://op.jinritemai.com/docs/api-docs/61/2008 | ||
| 510 | - * @param array $params | ||
| 511 | - * @return ResultSet | ||
| 512 | - */ | ||
| 513 | - function buyinInstituteOrderPick(array $params); | ||
| 514 | - | ||
| 515 | - /** | ||
| 516 | - * 机构直播预告转链 | ||
| 517 | - * @link https://op.jinritemai.com/docs/api-docs/61/2007 | ||
| 518 | - * @param array $params | ||
| 519 | - * @return ResultSet | ||
| 520 | - */ | ||
| 521 | - function buyinInstituteLivePreviewShare(array $params); | ||
| 522 | - | ||
| 523 | - /** | ||
| 524 | - * 达人直播预告转链 | ||
| 525 | - * @link https://op.jinritemai.com/docs/api-docs/61/2006 | ||
| 526 | - * @param array $params | ||
| 527 | - * @return ResultSet | ||
| 528 | - */ | ||
| 529 | - function buyinKolLivePreviewShare(array $params); | ||
| 530 | - | ||
| 531 | - /** | ||
| 532 | - * 活动页转链接口 | ||
| 533 | - * @link https://op.jinritemai.com/docs/api-docs/61/2003 | ||
| 534 | - * @param array $params | ||
| 535 | - * @return ResultSet | ||
| 536 | - */ | ||
| 537 | - function buyinActivityShareConvert(array $params); | ||
| 538 | -} | ||
| 12 | + /** | ||
| 13 | + * 创建/修改普通商品推广计划 | ||
| 14 | + * @link https://op.jinritemai.com/docs/api-docs/61/923 | ||
| 15 | + * @param array $params | ||
| 16 | + * @return ResultSet | ||
| 17 | + */ | ||
| 18 | + public function buyinSimplePlan(array $params); | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * 商家可参与的团长活动查询接口 | ||
| 22 | + * @link https://op.jinritemai.com/docs/api-docs/61/1671 | ||
| 23 | + * @param array $params | ||
| 24 | + * @return ResultSet | ||
| 25 | + */ | ||
| 26 | + public function buyinShopActivityList(array $params); | ||
| 27 | + | ||
| 28 | + /** | ||
| 29 | + * 商家侧获取团长活动详情 | ||
| 30 | + * @link https://op.jinritemai.com/docs/api-docs/61/1797 | ||
| 31 | + * @param array $params | ||
| 32 | + * @return ResultSet | ||
| 33 | + */ | ||
| 34 | + public function buyinShopActivityDetail(array $params); | ||
| 35 | + | ||
| 36 | + /** | ||
| 37 | + * 商品团长活动提报接口 | ||
| 38 | + * @link https://op.jinritemai.com/docs/api-docs/61/744 | ||
| 39 | + * @param array $params | ||
| 40 | + * @return ResultSet | ||
| 41 | + */ | ||
| 42 | + public function buyinApplyActivities(array $params); | ||
| 43 | + | ||
| 44 | + /** | ||
| 45 | + * 延长推广待处理/已处理记录查询 | ||
| 46 | + * @link https://op.jinritemai.com/docs/api-docs/61/1674 | ||
| 47 | + * @param array $params | ||
| 48 | + * @return ResultSet | ||
| 49 | + */ | ||
| 50 | + public function buyinActivityProductExtendList(array $params); | ||
| 51 | + | ||
| 52 | + /** | ||
| 53 | + * 商家处理团长活动商品的推广延期申请 | ||
| 54 | + * @link https://op.jinritemai.com/docs/api-docs/61/1673 | ||
| 55 | + * @param array $params | ||
| 56 | + * @return ResultSet | ||
| 57 | + */ | ||
| 58 | + public function buyinActivityProductExtendApprove(array $params); | ||
| 59 | + | ||
| 60 | + /** | ||
| 61 | + * 创建/修改商品定向计划 | ||
| 62 | + * @link https://op.jinritemai.com/docs/api-docs/61/708 | ||
| 63 | + * @param array $params | ||
| 64 | + * @return ResultSet | ||
| 65 | + */ | ||
| 66 | + public function buyinCreateOrUpdateOrienPlan(array $params); | ||
| 67 | + | ||
| 68 | + /** | ||
| 69 | + * 商品定向计划查询 | ||
| 70 | + * @link https://op.jinritemai.com/docs/api-docs/61/705 | ||
| 71 | + * @param array $params | ||
| 72 | + * @return ResultSet | ||
| 73 | + */ | ||
| 74 | + public function buyinOrienPlanList(array $params); | ||
| 75 | + | ||
| 76 | + /** | ||
| 77 | + * 商品定向计划管理 | ||
| 78 | + * @link https://op.jinritemai.com/docs/api-docs/61/704 | ||
| 79 | + * @param array $params | ||
| 80 | + * @return ResultSet | ||
| 81 | + */ | ||
| 82 | + public function buyinOrienPlanCtrl(array $params); | ||
| 83 | + | ||
| 84 | + /** | ||
| 85 | + * 查询定向计划作者列表 | ||
| 86 | + * @link https://op.jinritemai.com/docs/api-docs/61/1879 | ||
| 87 | + * @param array $params | ||
| 88 | + * @return ResultSet | ||
| 89 | + */ | ||
| 90 | + public function buyinOrienPlanAuthors(array $params); | ||
| 91 | + | ||
| 92 | + /** | ||
| 93 | + * 向指定定向计划中添加达人 | ||
| 94 | + * @link https://op.jinritemai.com/docs/api-docs/61/1877 | ||
| 95 | + * @param array $params | ||
| 96 | + * @return ResultSet | ||
| 97 | + */ | ||
| 98 | + public function buyinOrienPlanAuthorsAdd(array $params); | ||
| 99 | + | ||
| 100 | + /** | ||
| 101 | + * 定向计划达人申请审核 | ||
| 102 | + * @link https://op.jinritemai.com/docs/api-docs/61/1878 | ||
| 103 | + * @param array $params | ||
| 104 | + * @return ResultSet | ||
| 105 | + */ | ||
| 106 | + public function buyinOrienPlanAudit(array $params); | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * 创建/修改商品专属推广计划 | ||
| 110 | + * @link https://op.jinritemai.com/docs/api-docs/61/1880 | ||
| 111 | + * @param array $params | ||
| 112 | + * @return ResultSet | ||
| 113 | + */ | ||
| 114 | + public function buyinExclusivePlan(array $params); | ||
| 115 | + | ||
| 116 | + /** | ||
| 117 | + * 店铺专属达人管理 | ||
| 118 | + * @link https://op.jinritemai.com/docs/api-docs/61/1935 | ||
| 119 | + * @param array $params | ||
| 120 | + * @return ResultSet | ||
| 121 | + */ | ||
| 122 | + public function buyinExclusivePlanAuthorOperate(array $params); | ||
| 123 | + | ||
| 124 | + /** | ||
| 125 | + * 团长活动创建/编辑接口 | ||
| 126 | + * @link https://op.jinritemai.com/docs/api-docs/61/966 | ||
| 127 | + * @param array $params | ||
| 128 | + * @return ResultSet | ||
| 129 | + */ | ||
| 130 | + public function allianceColonelActivityCreateOrUpdate(array $params); | ||
| 131 | + | ||
| 132 | + /** | ||
| 133 | + * 创建活动时候可选择的类目接口 | ||
| 134 | + * @link https://op.jinritemai.com/docs/api-docs/61/1882 | ||
| 135 | + * @param array $params | ||
| 136 | + * @return ResultSet | ||
| 137 | + */ | ||
| 138 | + public function allianceActivityProductCategoryList(array $params); | ||
| 139 | + | ||
| 140 | + /** | ||
| 141 | + * 团长活动查询接口 | ||
| 142 | + * @link https://op.jinritemai.com/docs/api-docs/61/1330 | ||
| 143 | + * @param array $params | ||
| 144 | + * @return ResultSet | ||
| 145 | + */ | ||
| 146 | + public function allianceInstituteColonelActivityList(array $params); | ||
| 147 | + | ||
| 148 | + /** | ||
| 149 | + * 专属团长活动删除接口(下线+删除) | ||
| 150 | + * @link https://op.jinritemai.com/docs/api-docs/61/972 | ||
| 151 | + * @param array $params | ||
| 152 | + * @return ResultSet | ||
| 153 | + */ | ||
| 154 | + public function allianceInstituteColonelActivityOperate(array $params); | ||
| 155 | + | ||
| 156 | + /** | ||
| 157 | + * 活动商品查询接口 | ||
| 158 | + * @link https://op.jinritemai.com/docs/api-docs/61/968 | ||
| 159 | + * @param array $params | ||
| 160 | + * @return ResultSet | ||
| 161 | + */ | ||
| 162 | + public function allianceColonelActivityProduct(array $params); | ||
| 163 | + | ||
| 164 | + /** | ||
| 165 | + * 专属团长活动商品审核接口 | ||
| 166 | + * @link https://op.jinritemai.com/docs/api-docs/61/971 | ||
| 167 | + * @param array $params | ||
| 168 | + * @return ResultSet | ||
| 169 | + */ | ||
| 170 | + public function allianceColonelActivityProductAudit(array $params); | ||
| 171 | + | ||
| 172 | + /** | ||
| 173 | + * 查询团长活动特殊申请 | ||
| 174 | + * @link https://op.jinritemai.com/docs/api-docs/61/1552 | ||
| 175 | + * @param array $params | ||
| 176 | + * @return ResultSet | ||
| 177 | + */ | ||
| 178 | + public function buyinColonelspecialApplyList(array $params); | ||
| 179 | + | ||
| 180 | + /** | ||
| 181 | + * 专属团长活动商品延时接口 | ||
| 182 | + * @link https://op.jinritemai.com/docs/api-docs/61/1881 | ||
| 183 | + * @param array $params | ||
| 184 | + * @return ResultSet | ||
| 185 | + */ | ||
| 186 | + public function allianceColonelActivityProductExtension(array $params); | ||
| 187 | + | ||
| 188 | + /** | ||
| 189 | + * 团长活动特殊申请审核 | ||
| 190 | + * @link https://op.jinritemai.com/docs/api-docs/61/1553 | ||
| 191 | + * @param array $params | ||
| 192 | + * @return ResultSet | ||
| 193 | + */ | ||
| 194 | + public function buyinColonelspecialApplyDeal(array $params); | ||
| 195 | + | ||
| 196 | + /** | ||
| 197 | + * 团长可参与的二级团长活动查询接口 | ||
| 198 | + * @link https://op.jinritemai.com/docs/api-docs/61/1675 | ||
| 199 | + * @param array $params | ||
| 200 | + * @return ResultSet | ||
| 201 | + */ | ||
| 202 | + public function buyinOriginColonelEnrollableActivityList(array $params); | ||
| 203 | + | ||
| 204 | + /** | ||
| 205 | + * 获取团长活动详情 | ||
| 206 | + * @link https://op.jinritemai.com/docs/api-docs/61/1670 | ||
| 207 | + * @param array $params | ||
| 208 | + * @return ResultSet | ||
| 209 | + */ | ||
| 210 | + public function buyinColonelActivityDetail(array $params); | ||
| 211 | + | ||
| 212 | + /** | ||
| 213 | + * 团长获取可提报二级团长活动的商品列表 | ||
| 214 | + * @link https://op.jinritemai.com/docs/api-docs/61/1677 | ||
| 215 | + * @param array $params | ||
| 216 | + * @return ResultSet | ||
| 217 | + */ | ||
| 218 | + public function buyinOriginColonelUnappliedProductList(array $params); | ||
| 219 | + | ||
| 220 | + /** | ||
| 221 | + * 团长报名二级团长活动 | ||
| 222 | + * @link https://op.jinritemai.com/docs/api-docs/61/1672 | ||
| 223 | + * @param array $params | ||
| 224 | + * @return ResultSet | ||
| 225 | + */ | ||
| 226 | + public function buyinOriginColonelApplyActivities(array $params); | ||
| 227 | + | ||
| 228 | + /** | ||
| 229 | + * 一级团长查询提报活动商品 | ||
| 230 | + * @link https://op.jinritemai.com/docs/api-docs/61/1926 | ||
| 231 | + * @param array $params | ||
| 232 | + * @return ResultSet | ||
| 233 | + */ | ||
| 234 | + public function buyinActivityProductList(array $params); | ||
| 235 | + | ||
| 236 | + /** | ||
| 237 | + * 一级团长取消活动提报申请接口 | ||
| 238 | + * @link https://op.jinritemai.com/docs/api-docs/61/1927 | ||
| 239 | + * @param array $params | ||
| 240 | + * @return ResultSet | ||
| 241 | + */ | ||
| 242 | + public function buyinActivityProductCancel(array $params); | ||
| 243 | + | ||
| 244 | + /** | ||
| 245 | + * 检索精选联盟商品 | ||
| 246 | + * @link https://op.jinritemai.com/docs/api-docs/61/924 | ||
| 247 | + * @param array $params | ||
| 248 | + * @return ResultSet | ||
| 249 | + */ | ||
| 250 | + public function allianceMaterialsProductsSearch(array $params); | ||
| 251 | + | ||
| 252 | + /** | ||
| 253 | + * 商品推广 普通计划查询 | ||
| 254 | + * @link https://op.jinritemai.com/docs/api-docs/61/349 | ||
| 255 | + * @param array $params | ||
| 256 | + * @return ResultSet | ||
| 257 | + */ | ||
| 258 | + public function buyinSimplePlanList(array $params); | ||
| 259 | + | ||
| 260 | + /** | ||
| 261 | + * 批量查询推广商品详情 | ||
| 262 | + * @link https://op.jinritemai.com/docs/api-docs/61/1356 | ||
| 263 | + * @param array $params | ||
| 264 | + * @return ResultSet | ||
| 265 | + */ | ||
| 266 | + public function allianceMaterialsProductsDetails(array $params); | ||
| 267 | + | ||
| 268 | + /** | ||
| 269 | + * 查询商品 SKU | ||
| 270 | + * @link https://op.jinritemai.com/docs/api-docs/61/1626 | ||
| 271 | + * @param array $params | ||
| 272 | + * @return ResultSet | ||
| 273 | + */ | ||
| 274 | + public function buyinProductSkus(array $params); | ||
| 275 | + | ||
| 276 | + /** | ||
| 277 | + * 类目查询 | ||
| 278 | + * @link https://op.jinritemai.com/docs/api-docs/61/637 | ||
| 279 | + * @param array $params | ||
| 280 | + * @return ResultSet | ||
| 281 | + */ | ||
| 282 | + public function allianceMaterialsProductCategory(array $params); | ||
| 283 | + | ||
| 284 | + /** | ||
| 285 | + * 商品状态查询 | ||
| 286 | + * @link https://op.jinritemai.com/docs/api-docs/61/1497 | ||
| 287 | + * @param array $params | ||
| 288 | + * @return ResultSet | ||
| 289 | + */ | ||
| 290 | + public function buyinMaterialsProductStatus(array $params); | ||
| 291 | + | ||
| 292 | + /** | ||
| 293 | + * 检索精选联盟商品,需达人授权 | ||
| 294 | + * @link https://op.jinritemai.com/docs/api-docs/61/1725 | ||
| 295 | + * @param array $params | ||
| 296 | + * @return ResultSet | ||
| 297 | + */ | ||
| 298 | + public function buyinKolMaterialsProductsSearch(array $params); | ||
| 299 | + | ||
| 300 | + /** | ||
| 301 | + * 查询达人视角商品详情 | ||
| 302 | + * @link https://op.jinritemai.com/docs/api-docs/61/1589 | ||
| 303 | + * @param array $params | ||
| 304 | + * @return ResultSet | ||
| 305 | + */ | ||
| 306 | + public function buyinKolMaterialsProductsDetails(array $params); | ||
| 307 | + | ||
| 308 | + /** | ||
| 309 | + * 【即将下线】查询机构联盟订单 | ||
| 310 | + * @link https://op.jinritemai.com/docs/api-docs/61/1398 | ||
| 311 | + * @param array $params | ||
| 312 | + * @return ResultSet | ||
| 313 | + */ | ||
| 314 | + public function buyinQueryInstituteOrders(array $params); | ||
| 315 | + | ||
| 316 | + /** | ||
| 317 | + * 查询MCN机构订单 | ||
| 318 | + * @link https://op.jinritemai.com/docs/api-docs/61/1602 | ||
| 319 | + * @param array $params | ||
| 320 | + * @return ResultSet | ||
| 321 | + */ | ||
| 322 | + public function buyinInstituteOrderMCN(array $params); | ||
| 323 | + | ||
| 324 | + /** | ||
| 325 | + * 机构查询团长订单 | ||
| 326 | + * @link https://op.jinritemai.com/docs/api-docs/61/1603 | ||
| 327 | + * @param array $params | ||
| 328 | + * @return ResultSet | ||
| 329 | + */ | ||
| 330 | + public function buyinInstituteOrderColonel(array $params); | ||
| 331 | + | ||
| 332 | + /** | ||
| 333 | + * 商品选品来源转链 | ||
| 334 | + * @link https://op.jinritemai.com/docs/api-docs/61/1454 | ||
| 335 | + * @param array $params | ||
| 336 | + * @return ResultSet | ||
| 337 | + */ | ||
| 338 | + public function buyinInstPickSourceConvert(array $params); | ||
| 339 | + | ||
| 340 | + /** | ||
| 341 | + * 机构选品GMV查询接口 | ||
| 342 | + * @link https://op.jinritemai.com/docs/api-docs/61/1652 | ||
| 343 | + * @param array $params | ||
| 344 | + * @return ResultSet | ||
| 345 | + */ | ||
| 346 | + public function buyinInstGmv(array $params); | ||
| 347 | + | ||
| 348 | + /** | ||
| 349 | + * 机构选品GMV明细查询接口 | ||
| 350 | + * @link https://op.jinritemai.com/docs/api-docs/61/1653 | ||
| 351 | + * @param array $params | ||
| 352 | + * @return ResultSet | ||
| 353 | + */ | ||
| 354 | + public function buyinInstGmvDetail(array $params); | ||
| 355 | + | ||
| 356 | + /** | ||
| 357 | + * 达人PID创建 | ||
| 358 | + * @link https://op.jinritemai.com/docs/api-docs/61/1460 | ||
| 359 | + * @param array $params | ||
| 360 | + * @return ResultSet | ||
| 361 | + */ | ||
| 362 | + public function buyinKolPidCreate(array $params); | ||
| 363 | + | ||
| 364 | + /** | ||
| 365 | + * 达人PID查询接口 | ||
| 366 | + * @link https://op.jinritemai.com/docs/api-docs/61/1461 | ||
| 367 | + * @param array $params | ||
| 368 | + * @return ResultSet | ||
| 369 | + */ | ||
| 370 | + public function buyinKolPidList(array $params); | ||
| 371 | + | ||
| 372 | + /** | ||
| 373 | + * 达人PID 编辑 | ||
| 374 | + * @link https://op.jinritemai.com/docs/api-docs/61/1462 | ||
| 375 | + * @param array $params | ||
| 376 | + * @return ResultSet | ||
| 377 | + */ | ||
| 378 | + public function buyinKolPidEdit(array $params); | ||
| 379 | + | ||
| 380 | + /** | ||
| 381 | + * 达人PID删除 | ||
| 382 | + * @link https://op.jinritemai.com/docs/api-docs/61/1463 | ||
| 383 | + * @param array $params | ||
| 384 | + * @return ResultSet | ||
| 385 | + */ | ||
| 386 | + public function buyinKolPidDel(array $params); | ||
| 387 | + | ||
| 388 | + /** | ||
| 389 | + * 商品口令转商品解析 | ||
| 390 | + * @link https://op.jinritemai.com/docs/api-docs/61/1726 | ||
| 391 | + * @param array $params | ||
| 392 | + * @return ResultSet | ||
| 393 | + */ | ||
| 394 | + public function buyinShareCommandParse(array $params); | ||
| 395 | + | ||
| 396 | + /** | ||
| 397 | + * 达人商品分销转链 | ||
| 398 | + * @link https://op.jinritemai.com/docs/api-docs/61/1464 | ||
| 399 | + * @param array $params | ||
| 400 | + * @return ResultSet | ||
| 401 | + */ | ||
| 402 | + public function buyinKolProductShare(array $params); | ||
| 403 | + | ||
| 404 | + /** | ||
| 405 | + * 机构PID创建 | ||
| 406 | + * @link https://op.jinritemai.com/docs/api-docs/61/1273 | ||
| 407 | + * @param array $params | ||
| 408 | + * @return ResultSet | ||
| 409 | + */ | ||
| 410 | + public function buyinInstitutePidCreate(array $params); | ||
| 411 | + | ||
| 412 | + /** | ||
| 413 | + * 机构PID查询接口 | ||
| 414 | + * @link https://op.jinritemai.com/docs/api-docs/61/1269 | ||
| 415 | + * @param array $params | ||
| 416 | + * @return ResultSet | ||
| 417 | + */ | ||
| 418 | + public function buyinInstitutePidList(array $params); | ||
| 419 | + | ||
| 420 | + /** | ||
| 421 | + * 机构PID 编辑 | ||
| 422 | + * @link https://op.jinritemai.com/docs/api-docs/61/1270 | ||
| 423 | + * @param array $params | ||
| 424 | + * @return ResultSet | ||
| 425 | + */ | ||
| 426 | + public function buyinInstitutePidEdit(array $params); | ||
| 427 | + | ||
| 428 | + /** | ||
| 429 | + * 机构PID删除 | ||
| 430 | + * @link https://op.jinritemai.com/docs/api-docs/61/1271 | ||
| 431 | + * @param array $params | ||
| 432 | + * @return ResultSet | ||
| 433 | + */ | ||
| 434 | + public function buyinInstitutePidDel(array $params); | ||
| 435 | + | ||
| 436 | + /** | ||
| 437 | + * 直播间分销物料查询 | ||
| 438 | + * @link https://op.jinritemai.com/docs/api-docs/61/1396 | ||
| 439 | + * @param array $params | ||
| 440 | + * @return ResultSet | ||
| 441 | + */ | ||
| 442 | + public function buyinLiveShareMaterial(array $params); | ||
| 443 | + | ||
| 444 | + /** | ||
| 445 | + * 分销直播间商品列表 | ||
| 446 | + * @link https://op.jinritemai.com/docs/api-docs/61/1770 | ||
| 447 | + * @param array $params | ||
| 448 | + * @return ResultSet | ||
| 449 | + */ | ||
| 450 | + public function buyinDistributionLiveProductList(array $params); | ||
| 451 | + | ||
| 452 | + /** | ||
| 453 | + * 机构获取达人直播间分享链接 | ||
| 454 | + * @link https://op.jinritemai.com/docs/api-docs/61/1297 | ||
| 455 | + * @param array $params | ||
| 456 | + * @return ResultSet | ||
| 457 | + */ | ||
| 458 | + public function buyinInstituteLiveShare(array $params); | ||
| 459 | + | ||
| 460 | + /** | ||
| 461 | + * 查询抖客直播间分销订单 | ||
| 462 | + * @link https://op.jinritemai.com/docs/api-docs/61/1296 | ||
| 463 | + * @param array $params | ||
| 464 | + * @return ResultSet | ||
| 465 | + */ | ||
| 466 | + public function buyinInstituteOrderAds(array $params); | ||
| 467 | + | ||
| 468 | + /** | ||
| 469 | + * 查询达人的直播间分销、商品分销、活动页分销订单 | ||
| 470 | + * @link https://op.jinritemai.com/docs/api-docs/61/1459 | ||
| 471 | + * @param array $params | ||
| 472 | + * @return ResultSet | ||
| 473 | + */ | ||
| 474 | + public function buyinKolOrderAds(array $params); | ||
| 475 | + | ||
| 476 | + /** | ||
| 477 | + * 店铺会员绑定渠道关系创建 | ||
| 478 | + * @link https://op.jinritemai.com/docs/api-docs/61/1493 | ||
| 479 | + * @param array $params | ||
| 480 | + * @return ResultSet | ||
| 481 | + */ | ||
| 482 | + public function buyinShopPidMemberCreate(array $params); | ||
| 483 | + | ||
| 484 | + /** | ||
| 485 | + * 获取达人直播间分享链接 | ||
| 486 | + * @link https://op.jinritemai.com/docs/api-docs/61/1724 | ||
| 487 | + * @param array $params | ||
| 488 | + * @return ResultSet | ||
| 489 | + */ | ||
| 490 | + public function buyinKolLiveShare(array $params); | ||
| 491 | + | ||
| 492 | + /** | ||
| 493 | + * 团长托管商品审核 | ||
| 494 | + * @link https://op.jinritemai.com/docs/api-docs/61/2138 | ||
| 495 | + * @param array $params | ||
| 496 | + * @return ResultSet | ||
| 497 | + */ | ||
| 498 | + public function buyinMHandleTrusteeshipApply(array $params); | ||
| 499 | + | ||
| 500 | + /** | ||
| 501 | + * 团长托管商品查询 | ||
| 502 | + * @link https://op.jinritemai.com/docs/api-docs/61/2137 | ||
| 503 | + * @param array $params | ||
| 504 | + * @return ResultSet | ||
| 505 | + */ | ||
| 506 | + public function buyinColoneltrusteeshipList(array $params); | ||
| 507 | + | ||
| 508 | + /** | ||
| 509 | + * 选品订单明细查询接口 | ||
| 510 | + * @link https://op.jinritemai.com/docs/api-docs/61/2008 | ||
| 511 | + * @param array $params | ||
| 512 | + * @return ResultSet | ||
| 513 | + */ | ||
| 514 | + public function buyinInstituteOrderPick(array $params); | ||
| 515 | + | ||
| 516 | + /** | ||
| 517 | + * 机构直播预告转链 | ||
| 518 | + * @link https://op.jinritemai.com/docs/api-docs/61/2007 | ||
| 519 | + * @param array $params | ||
| 520 | + * @return ResultSet | ||
| 521 | + */ | ||
| 522 | + public function buyinInstituteLivePreviewShare(array $params); | ||
| 523 | + | ||
| 524 | + /** | ||
| 525 | + * 达人直播预告转链 | ||
| 526 | + * @link https://op.jinritemai.com/docs/api-docs/61/2006 | ||
| 527 | + * @param array $params | ||
| 528 | + * @return ResultSet | ||
| 529 | + */ | ||
| 530 | + public function buyinKolLivePreviewShare(array $params); | ||
| 531 | + | ||
| 532 | + /** | ||
| 533 | + * 活动页转链接口 | ||
| 534 | + * @link https://op.jinritemai.com/docs/api-docs/61/2003 | ||
| 535 | + * @param array $params | ||
| 536 | + * @return ResultSet | ||
| 537 | + */ | ||
| 538 | + public function buyinActivityShareConvert(array $params); | ||
| 539 | +} |
| @@ -6,157 +6,157 @@ use Lackoxygen\TiktokShop\Passage\Passage; | @@ -6,157 +6,157 @@ use Lackoxygen\TiktokShop\Passage\Passage; | ||
| 6 | 6 | ||
| 7 | class Sms extends Passage implements SmsInterface | 7 | class Sms extends Passage implements SmsInterface |
| 8 | { | 8 | { |
| 9 | - /** | ||
| 10 | - * @inheritDoc | ||
| 11 | - */ | ||
| 12 | - function smsTemplate/apply(array $params) | ||
| 13 | - { | ||
| 14 | - $this->builder->method('POST') | ||
| 15 | - ->service('sms.template/apply') | ||
| 16 | - ->path('/sms/template/apply') | ||
| 17 | - ->params($params); | ||
| 18 | - } | ||
| 19 | - | ||
| 20 | - /** | ||
| 21 | - * @inheritDoc | ||
| 22 | - */ | ||
| 23 | - function smsPublic/template(array $params) | ||
| 24 | - { | ||
| 25 | - $this->builder->method('POST') | ||
| 26 | - ->service('sms.public/template') | ||
| 27 | - ->path('/sms/public/template') | ||
| 28 | - ->params($params); | ||
| 29 | - } | ||
| 30 | - | ||
| 31 | - /** | ||
| 32 | - * @inheritDoc | ||
| 33 | - */ | ||
| 34 | - function smsSign/apply(array $params) | ||
| 35 | - { | ||
| 36 | - $this->builder->method('POST') | ||
| 37 | - ->service('sms.sign/apply') | ||
| 38 | - ->path('/sms/sign/apply') | ||
| 39 | - ->params($params); | ||
| 40 | - } | ||
| 41 | - | ||
| 42 | - /** | ||
| 43 | - * @inheritDoc | ||
| 44 | - */ | ||
| 45 | - function smsTemplate/revoke(array $params) | ||
| 46 | - { | ||
| 47 | - $this->builder->method('POST') | ||
| 48 | - ->service('sms.template/revoke') | ||
| 49 | - ->path('/sms/template/revoke') | ||
| 50 | - ->params($params); | ||
| 51 | - } | ||
| 52 | - | ||
| 53 | - /** | ||
| 54 | - * @inheritDoc | ||
| 55 | - */ | ||
| 56 | - function smsSign/apply/list(array $params) | ||
| 57 | - { | ||
| 58 | - $this->builder->method('POST') | ||
| 59 | - ->service('sms.sign/apply/list') | ||
| 60 | - ->path('/sms/sign/apply/list') | ||
| 61 | - ->params($params); | ||
| 62 | - } | ||
| 63 | - | ||
| 64 | - /** | ||
| 65 | - * @inheritDoc | ||
| 66 | - */ | ||
| 67 | - function smsSend(array $params) | ||
| 68 | - { | ||
| 69 | - $this->builder->method('POST') | ||
| 70 | - ->service('sms.send') | ||
| 71 | - ->path('/sms/send') | ||
| 72 | - ->params($params); | ||
| 73 | - } | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * @inheritDoc | ||
| 77 | - */ | ||
| 78 | - function smsBatchSend(array $params) | ||
| 79 | - { | ||
| 80 | - $this->builder->method('POST') | ||
| 81 | - ->service('sms.batchSend') | ||
| 82 | - ->path('/sms/batchSend') | ||
| 83 | - ->params($params); | ||
| 84 | - } | ||
| 85 | - | ||
| 86 | - /** | ||
| 87 | - * @inheritDoc | ||
| 88 | - */ | ||
| 89 | - function smsSign/delete(array $params) | ||
| 90 | - { | ||
| 91 | - $this->builder->method('POST') | ||
| 92 | - ->service('sms.sign/delete') | ||
| 93 | - ->path('/sms/sign/delete') | ||
| 94 | - ->params($params); | ||
| 95 | - } | ||
| 96 | - | ||
| 97 | - /** | ||
| 98 | - * @inheritDoc | ||
| 99 | - */ | ||
| 100 | - function smsSign/apply/revoke(array $params) | ||
| 101 | - { | ||
| 102 | - $this->builder->method('POST') | ||
| 103 | - ->service('sms.sign/apply/revoke') | ||
| 104 | - ->path('/sms/sign/apply/revoke') | ||
| 105 | - ->params($params); | ||
| 106 | - } | ||
| 107 | - | ||
| 108 | - /** | ||
| 109 | - * @inheritDoc | ||
| 110 | - */ | ||
| 111 | - function smsTemplate/delete(array $params) | ||
| 112 | - { | ||
| 113 | - $this->builder->method('POST') | ||
| 114 | - ->service('sms.template/delete') | ||
| 115 | - ->path('/sms/template/delete') | ||
| 116 | - ->params($params); | ||
| 117 | - } | ||
| 118 | - | ||
| 119 | - /** | ||
| 120 | - * @inheritDoc | ||
| 121 | - */ | ||
| 122 | - function smsSendResult(array $params) | ||
| 123 | - { | ||
| 124 | - $this->builder->method('POST') | ||
| 125 | - ->service('sms.sendResult') | ||
| 126 | - ->path('/sms/sendResult') | ||
| 127 | - ->params($params); | ||
| 128 | - } | ||
| 129 | - | ||
| 130 | - /** | ||
| 131 | - * @inheritDoc | ||
| 132 | - */ | ||
| 133 | - function smsTemplate/apply/list(array $params) | ||
| 134 | - { | ||
| 135 | - $this->builder->method('POST') | ||
| 136 | - ->service('sms.template/apply/list') | ||
| 137 | - ->path('/sms/template/apply/list') | ||
| 138 | - ->params($params); | ||
| 139 | - } | ||
| 140 | - | ||
| 141 | - /** | ||
| 142 | - * @inheritDoc | ||
| 143 | - */ | ||
| 144 | - function smsSign/search(array $params) | ||
| 145 | - { | ||
| 146 | - $this->builder->method('POST') | ||
| 147 | - ->service('sms.sign/search') | ||
| 148 | - ->path('/sms/sign/search') | ||
| 149 | - ->params($params); | ||
| 150 | - } | ||
| 151 | - | ||
| 152 | - /** | ||
| 153 | - * @inheritDoc | ||
| 154 | - */ | ||
| 155 | - function smsTemplate/search(array $params) | ||
| 156 | - { | ||
| 157 | - $this->builder->method('POST') | ||
| 158 | - ->service('sms.template/search') | ||
| 159 | - ->path('/sms/template/search') | ||
| 160 | - ->params($params); | ||
| 161 | - } | ||
| 162 | -} | ||
| 9 | + /** | ||
| 10 | + * @inheritDoc | ||
| 11 | + */ | ||
| 12 | + public function smsTemplateapply(array $params) | ||
| 13 | + { | ||
| 14 | + $this->builder->method('POST') | ||
| 15 | + ->service('sms.template/apply') | ||
| 16 | + ->path('/sms/template/apply') | ||
| 17 | + ->params($params); | ||
| 18 | + } | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * @inheritDoc | ||
| 22 | + */ | ||
| 23 | + public function smsPublictemplate(array $params) | ||
| 24 | + { | ||
| 25 | + $this->builder->method('POST') | ||
| 26 | + ->service('sms.public/template') | ||
| 27 | + ->path('/sms/public/template') | ||
| 28 | + ->params($params); | ||
| 29 | + } | ||
| 30 | + | ||
| 31 | + /** | ||
| 32 | + * @inheritDoc | ||
| 33 | + */ | ||
| 34 | + public function smsSignapply(array $params) | ||
| 35 | + { | ||
| 36 | + $this->builder->method('POST') | ||
| 37 | + ->service('sms.sign/apply') | ||
| 38 | + ->path('/sms/sign/apply') | ||
| 39 | + ->params($params); | ||
| 40 | + } | ||
| 41 | + | ||
| 42 | + /** | ||
| 43 | + * @inheritDoc | ||
| 44 | + */ | ||
| 45 | + public function smsTemplaterevoke(array $params) | ||
| 46 | + { | ||
| 47 | + $this->builder->method('POST') | ||
| 48 | + ->service('sms.template/revoke') | ||
| 49 | + ->path('/sms/template/revoke') | ||
| 50 | + ->params($params); | ||
| 51 | + } | ||
| 52 | + | ||
| 53 | + /** | ||
| 54 | + * @inheritDoc | ||
| 55 | + */ | ||
| 56 | + public function smsSignapplylist(array $params) | ||
| 57 | + { | ||
| 58 | + $this->builder->method('POST') | ||
| 59 | + ->service('sms.sign/apply/list') | ||
| 60 | + ->path('/sms/sign/apply/list') | ||
| 61 | + ->params($params); | ||
| 62 | + } | ||
| 63 | + | ||
| 64 | + /** | ||
| 65 | + * @inheritDoc | ||
| 66 | + */ | ||
| 67 | + public function smsSend(array $params) | ||
| 68 | + { | ||
| 69 | + $this->builder->method('POST') | ||
| 70 | + ->service('sms.send') | ||
| 71 | + ->path('/sms/send') | ||
| 72 | + ->params($params); | ||
| 73 | + } | ||
| 74 | + | ||
| 75 | + /** | ||
| 76 | + * @inheritDoc | ||
| 77 | + */ | ||
| 78 | + public function smsBatchSend(array $params) | ||
| 79 | + { | ||
| 80 | + $this->builder->method('POST') | ||
| 81 | + ->service('sms.batchSend') | ||
| 82 | + ->path('/sms/batchSend') | ||
| 83 | + ->params($params); | ||
| 84 | + } | ||
| 85 | + | ||
| 86 | + /** | ||
| 87 | + * @inheritDoc | ||
| 88 | + */ | ||
| 89 | + public function smsSigndelete(array $params) | ||
| 90 | + { | ||
| 91 | + $this->builder->method('POST') | ||
| 92 | + ->service('sms.sign/delete') | ||
| 93 | + ->path('/sms/sign/delete') | ||
| 94 | + ->params($params); | ||
| 95 | + } | ||
| 96 | + | ||
| 97 | + /** | ||
| 98 | + * @inheritDoc | ||
| 99 | + */ | ||
| 100 | + public function smsSignapplyrevoke(array $params) | ||
| 101 | + { | ||
| 102 | + $this->builder->method('POST') | ||
| 103 | + ->service('sms.sign/apply/revoke') | ||
| 104 | + ->path('/sms/sign/apply/revoke') | ||
| 105 | + ->params($params); | ||
| 106 | + } | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * @inheritDoc | ||
| 110 | + */ | ||
| 111 | + public function smsTemplatedelete(array $params) | ||
| 112 | + { | ||
| 113 | + $this->builder->method('POST') | ||
| 114 | + ->service('sms.template/delete') | ||
| 115 | + ->path('/sms/template/delete') | ||
| 116 | + ->params($params); | ||
| 117 | + } | ||
| 118 | + | ||
| 119 | + /** | ||
| 120 | + * @inheritDoc | ||
| 121 | + */ | ||
| 122 | + public function smsSendResult(array $params) | ||
| 123 | + { | ||
| 124 | + $this->builder->method('POST') | ||
| 125 | + ->service('sms.sendResult') | ||
| 126 | + ->path('/sms/sendResult') | ||
| 127 | + ->params($params); | ||
| 128 | + } | ||
| 129 | + | ||
| 130 | + /** | ||
| 131 | + * @inheritDoc | ||
| 132 | + */ | ||
| 133 | + public function smsTemplateapplylist(array $params) | ||
| 134 | + { | ||
| 135 | + $this->builder->method('POST') | ||
| 136 | + ->service('sms.template/apply/list') | ||
| 137 | + ->path('/sms/template/apply/list') | ||
| 138 | + ->params($params); | ||
| 139 | + } | ||
| 140 | + | ||
| 141 | + /** | ||
| 142 | + * @inheritDoc | ||
| 143 | + */ | ||
| 144 | + public function smsSignsearch(array $params) | ||
| 145 | + { | ||
| 146 | + $this->builder->method('POST') | ||
| 147 | + ->service('sms.sign/search') | ||
| 148 | + ->path('/sms/sign/search') | ||
| 149 | + ->params($params); | ||
| 150 | + } | ||
| 151 | + | ||
| 152 | + /** | ||
| 153 | + * @inheritDoc | ||
| 154 | + */ | ||
| 155 | + public function smsTemplatesearch(array $params) | ||
| 156 | + { | ||
| 157 | + $this->builder->method('POST') | ||
| 158 | + ->service('sms.template/search') | ||
| 159 | + ->path('/sms/template/search') | ||
| 160 | + ->params($params); | ||
| 161 | + } | ||
| 162 | +} |
| 1 | <?php | 1 | <?php |
| 2 | + | ||
| 2 | namespace Lackoxygen\TiktokShop\Passage\Sms; | 3 | namespace Lackoxygen\TiktokShop\Passage\Sms; |
| 3 | 4 | ||
| 4 | use Lackoxygen\TiktokShop\Passage\ResultSet; | 5 | use Lackoxygen\TiktokShop\Passage\ResultSet; |
| @@ -8,115 +9,115 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | @@ -8,115 +9,115 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | ||
| 8 | */ | 9 | */ |
| 9 | interface SmsInterface | 10 | interface SmsInterface |
| 10 | { | 11 | { |
| 11 | - /** | ||
| 12 | - * 提交短信模板申请单 | ||
| 13 | - * @link https://op.jinritemai.com/docs/api-docs/163/1527 | ||
| 14 | - * @param array $params | ||
| 15 | - * @return ResultSet | ||
| 16 | - */ | ||
| 17 | - function smsTemplate/apply(array $params); | ||
| 18 | - | ||
| 19 | - /** | ||
| 20 | - * 公共模版查询接口 | ||
| 21 | - * @link https://op.jinritemai.com/docs/api-docs/163/1526 | ||
| 22 | - * @param array $params | ||
| 23 | - * @return ResultSet | ||
| 24 | - */ | ||
| 25 | - function smsPublic/template(array $params); | ||
| 26 | - | ||
| 27 | - /** | ||
| 28 | - * 提交短信签名申请单 | ||
| 29 | - * @link https://op.jinritemai.com/docs/api-docs/163/1525 | ||
| 30 | - * @param array $params | ||
| 31 | - * @return ResultSet | ||
| 32 | - */ | ||
| 33 | - function smsSign/apply(array $params); | ||
| 34 | - | ||
| 35 | - /** | ||
| 36 | - * 撤销短信模板申请单 | ||
| 37 | - * @link https://op.jinritemai.com/docs/api-docs/163/1524 | ||
| 38 | - * @param array $params | ||
| 39 | - * @return ResultSet | ||
| 40 | - */ | ||
| 41 | - function smsTemplate/revoke(array $params); | ||
| 42 | - | ||
| 43 | - /** | ||
| 44 | - * 查看短信签名申请单 | ||
| 45 | - * @link https://op.jinritemai.com/docs/api-docs/163/1523 | ||
| 46 | - * @param array $params | ||
| 47 | - * @return ResultSet | ||
| 48 | - */ | ||
| 49 | - function smsSign/apply/list(array $params); | ||
| 50 | - | ||
| 51 | - /** | ||
| 52 | - * 短信发送 | ||
| 53 | - * @link https://op.jinritemai.com/docs/api-docs/163/1522 | ||
| 54 | - * @param array $params | ||
| 55 | - * @return ResultSet | ||
| 56 | - */ | ||
| 57 | - function smsSend(array $params); | ||
| 58 | - | ||
| 59 | - /** | ||
| 60 | - * 批量短信发送 | ||
| 61 | - * @link https://op.jinritemai.com/docs/api-docs/163/1521 | ||
| 62 | - * @param array $params | ||
| 63 | - * @return ResultSet | ||
| 64 | - */ | ||
| 65 | - function smsBatchSend(array $params); | ||
| 66 | - | ||
| 67 | - /** | ||
| 68 | - * 删除短信签名 | ||
| 69 | - * @link https://op.jinritemai.com/docs/api-docs/163/1520 | ||
| 70 | - * @param array $params | ||
| 71 | - * @return ResultSet | ||
| 72 | - */ | ||
| 73 | - function smsSign/delete(array $params); | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * 撤销短信签名申请单 | ||
| 77 | - * @link https://op.jinritemai.com/docs/api-docs/163/1519 | ||
| 78 | - * @param array $params | ||
| 79 | - * @return ResultSet | ||
| 80 | - */ | ||
| 81 | - function smsSign/apply/revoke(array $params); | ||
| 82 | - | ||
| 83 | - /** | ||
| 84 | - * 删除短信模板 | ||
| 85 | - * @link https://op.jinritemai.com/docs/api-docs/163/1518 | ||
| 86 | - * @param array $params | ||
| 87 | - * @return ResultSet | ||
| 88 | - */ | ||
| 89 | - function smsTemplate/delete(array $params); | ||
| 90 | - | ||
| 91 | - /** | ||
| 92 | - * 查询短信发送结果 | ||
| 93 | - * @link https://op.jinritemai.com/docs/api-docs/163/1517 | ||
| 94 | - * @param array $params | ||
| 95 | - * @return ResultSet | ||
| 96 | - */ | ||
| 97 | - function smsSendResult(array $params); | ||
| 98 | - | ||
| 99 | - /** | ||
| 100 | - * 查询短信模板申请单 | ||
| 101 | - * @link https://op.jinritemai.com/docs/api-docs/163/1516 | ||
| 102 | - * @param array $params | ||
| 103 | - * @return ResultSet | ||
| 104 | - */ | ||
| 105 | - function smsTemplate/apply/list(array $params); | ||
| 106 | - | ||
| 107 | - /** | ||
| 108 | - * 查看短信签名 | ||
| 109 | - * @link https://op.jinritemai.com/docs/api-docs/163/1515 | ||
| 110 | - * @param array $params | ||
| 111 | - * @return ResultSet | ||
| 112 | - */ | ||
| 113 | - function smsSign/search(array $params); | ||
| 114 | - | ||
| 115 | - /** | ||
| 116 | - * 查询短信模板 | ||
| 117 | - * @link https://op.jinritemai.com/docs/api-docs/163/1514 | ||
| 118 | - * @param array $params | ||
| 119 | - * @return ResultSet | ||
| 120 | - */ | ||
| 121 | - function smsTemplate/search(array $params); | ||
| 122 | -} | ||
| 12 | + /** | ||
| 13 | + * 提交短信模板申请单 | ||
| 14 | + * @link https://op.jinritemai.com/docs/api-docs/163/1527 | ||
| 15 | + * @param array $params | ||
| 16 | + * @return ResultSet | ||
| 17 | + */ | ||
| 18 | + public function smsTemplateapply(array $params); | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * 公共模版查询接口 | ||
| 22 | + * @link https://op.jinritemai.com/docs/api-docs/163/1526 | ||
| 23 | + * @param array $params | ||
| 24 | + * @return ResultSet | ||
| 25 | + */ | ||
| 26 | + public function smsPublictemplate(array $params); | ||
| 27 | + | ||
| 28 | + /** | ||
| 29 | + * 提交短信签名申请单 | ||
| 30 | + * @link https://op.jinritemai.com/docs/api-docs/163/1525 | ||
| 31 | + * @param array $params | ||
| 32 | + * @return ResultSet | ||
| 33 | + */ | ||
| 34 | + public function smsSignapply(array $params); | ||
| 35 | + | ||
| 36 | + /** | ||
| 37 | + * 撤销短信模板申请单 | ||
| 38 | + * @link https://op.jinritemai.com/docs/api-docs/163/1524 | ||
| 39 | + * @param array $params | ||
| 40 | + * @return ResultSet | ||
| 41 | + */ | ||
| 42 | + public function smsTemplaterevoke(array $params); | ||
| 43 | + | ||
| 44 | + /** | ||
| 45 | + * 查看短信签名申请单 | ||
| 46 | + * @link https://op.jinritemai.com/docs/api-docs/163/1523 | ||
| 47 | + * @param array $params | ||
| 48 | + * @return ResultSet | ||
| 49 | + */ | ||
| 50 | + public function smsSignapplylist(array $params); | ||
| 51 | + | ||
| 52 | + /** | ||
| 53 | + * 短信发送 | ||
| 54 | + * @link https://op.jinritemai.com/docs/api-docs/163/1522 | ||
| 55 | + * @param array $params | ||
| 56 | + * @return ResultSet | ||
| 57 | + */ | ||
| 58 | + public function smsSend(array $params); | ||
| 59 | + | ||
| 60 | + /** | ||
| 61 | + * 批量短信发送 | ||
| 62 | + * @link https://op.jinritemai.com/docs/api-docs/163/1521 | ||
| 63 | + * @param array $params | ||
| 64 | + * @return ResultSet | ||
| 65 | + */ | ||
| 66 | + public function smsBatchSend(array $params); | ||
| 67 | + | ||
| 68 | + /** | ||
| 69 | + * 删除短信签名 | ||
| 70 | + * @link https://op.jinritemai.com/docs/api-docs/163/1520 | ||
| 71 | + * @param array $params | ||
| 72 | + * @return ResultSet | ||
| 73 | + */ | ||
| 74 | + public function smsSigndelete(array $params); | ||
| 75 | + | ||
| 76 | + /** | ||
| 77 | + * 撤销短信签名申请单 | ||
| 78 | + * @link https://op.jinritemai.com/docs/api-docs/163/1519 | ||
| 79 | + * @param array $params | ||
| 80 | + * @return ResultSet | ||
| 81 | + */ | ||
| 82 | + public function smsSignapplyrevoke(array $params); | ||
| 83 | + | ||
| 84 | + /** | ||
| 85 | + * 删除短信模板 | ||
| 86 | + * @link https://op.jinritemai.com/docs/api-docs/163/1518 | ||
| 87 | + * @param array $params | ||
| 88 | + * @return ResultSet | ||
| 89 | + */ | ||
| 90 | + public function smsTemplatedelete(array $params); | ||
| 91 | + | ||
| 92 | + /** | ||
| 93 | + * 查询短信发送结果 | ||
| 94 | + * @link https://op.jinritemai.com/docs/api-docs/163/1517 | ||
| 95 | + * @param array $params | ||
| 96 | + * @return ResultSet | ||
| 97 | + */ | ||
| 98 | + public function smsSendResult(array $params); | ||
| 99 | + | ||
| 100 | + /** | ||
| 101 | + * 查询短信模板申请单 | ||
| 102 | + * @link https://op.jinritemai.com/docs/api-docs/163/1516 | ||
| 103 | + * @param array $params | ||
| 104 | + * @return ResultSet | ||
| 105 | + */ | ||
| 106 | + public function smsTemplateapplylist(array $params); | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * 查看短信签名 | ||
| 110 | + * @link https://op.jinritemai.com/docs/api-docs/163/1515 | ||
| 111 | + * @param array $params | ||
| 112 | + * @return ResultSet | ||
| 113 | + */ | ||
| 114 | + public function smsSignsearch(array $params); | ||
| 115 | + | ||
| 116 | + /** | ||
| 117 | + * 查询短信模板 | ||
| 118 | + * @link https://op.jinritemai.com/docs/api-docs/163/1514 | ||
| 119 | + * @param array $params | ||
| 120 | + * @return ResultSet | ||
| 121 | + */ | ||
| 122 | + public function smsTemplatesearch(array $params); | ||
| 123 | +} |
| @@ -6,223 +6,223 @@ use Lackoxygen\TiktokShop\Passage\Passage; | @@ -6,223 +6,223 @@ use Lackoxygen\TiktokShop\Passage\Passage; | ||
| 6 | 6 | ||
| 7 | class Warehouse extends Passage implements WarehouseInterface | 7 | class Warehouse extends Passage implements WarehouseInterface |
| 8 | { | 8 | { |
| 9 | - /** | ||
| 10 | - * @inheritDoc | ||
| 11 | - */ | ||
| 12 | - function skuStockNum(array $params) | ||
| 13 | - { | ||
| 14 | - $this->builder->method('POST') | ||
| 15 | - ->service('sku.stockNum') | ||
| 16 | - ->path('/sku/stockNum') | ||
| 17 | - ->params($params); | ||
| 18 | - } | ||
| 19 | - | ||
| 20 | - /** | ||
| 21 | - * @inheritDoc | ||
| 22 | - */ | ||
| 23 | - function skuSyncStock(array $params) | ||
| 24 | - { | ||
| 25 | - $this->builder->method('POST') | ||
| 26 | - ->service('sku.syncStock') | ||
| 27 | - ->path('/sku/syncStock') | ||
| 28 | - ->params($params); | ||
| 29 | - } | ||
| 30 | - | ||
| 31 | - /** | ||
| 32 | - * @inheritDoc | ||
| 33 | - */ | ||
| 34 | - function /warehouse/adjustInventory(array $params) | ||
| 35 | - { | ||
| 36 | - $this->builder->method('POST') | ||
| 37 | - ->service('/warehouse/adjustInventory') | ||
| 38 | - ->path('/warehouse/adjustInventory') | ||
| 39 | - ->params($params); | ||
| 40 | - } | ||
| 41 | - | ||
| 42 | - /** | ||
| 43 | - * @inheritDoc | ||
| 44 | - */ | ||
| 45 | - function skuSyncStockBatch(array $params) | ||
| 46 | - { | ||
| 47 | - $this->builder->method('POST') | ||
| 48 | - ->service('sku.syncStockBatch') | ||
| 49 | - ->path('/sku/syncStockBatch') | ||
| 50 | - ->params($params); | ||
| 51 | - } | ||
| 52 | - | ||
| 53 | - /** | ||
| 54 | - * @inheritDoc | ||
| 55 | - */ | ||
| 56 | - function warehouseSetFence(array $params) | ||
| 57 | - { | ||
| 58 | - $this->builder->method('POST') | ||
| 59 | - ->service('warehouse.setFence') | ||
| 60 | - ->path('/warehouse/setFence') | ||
| 61 | - ->params($params); | ||
| 62 | - } | ||
| 63 | - | ||
| 64 | - /** | ||
| 65 | - * @inheritDoc | ||
| 66 | - */ | ||
| 67 | - function warehouseGetFences(array $params) | ||
| 68 | - { | ||
| 69 | - $this->builder->method('POST') | ||
| 70 | - ->service('warehouse.getFences') | ||
| 71 | - ->path('/warehouse/getFences') | ||
| 72 | - ->params($params); | ||
| 73 | - } | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * @inheritDoc | ||
| 77 | - */ | ||
| 78 | - function warehouseCreateFence(array $params) | ||
| 79 | - { | ||
| 80 | - $this->builder->method('POST') | ||
| 81 | - ->service('warehouse.createFence') | ||
| 82 | - ->path('/warehouse/createFence') | ||
| 83 | - ->params($params); | ||
| 84 | - } | ||
| 85 | - | ||
| 86 | - /** | ||
| 87 | - * @inheritDoc | ||
| 88 | - */ | ||
| 89 | - function warehouseUnbindFences(array $params) | ||
| 90 | - { | ||
| 91 | - $this->builder->method('POST') | ||
| 92 | - ->service('warehouse.unbindFences') | ||
| 93 | - ->path('/warehouse/unbindFences') | ||
| 94 | - ->params($params); | ||
| 95 | - } | ||
| 96 | - | ||
| 97 | - /** | ||
| 98 | - * @inheritDoc | ||
| 99 | - */ | ||
| 100 | - function warehouseRemoveAddr(array $params) | ||
| 101 | - { | ||
| 102 | - $this->builder->method('POST') | ||
| 103 | - ->service('warehouse.removeAddr') | ||
| 104 | - ->path('/warehouse/removeAddr') | ||
| 105 | - ->params($params); | ||
| 106 | - } | ||
| 107 | - | ||
| 108 | - /** | ||
| 109 | - * @inheritDoc | ||
| 110 | - */ | ||
| 111 | - function promiseSetSkuShipTime(array $params) | ||
| 112 | - { | ||
| 113 | - $this->builder->method('POST') | ||
| 114 | - ->service('promise.setSkuShipTime') | ||
| 115 | - ->path('/promise/setSkuShipTime') | ||
| 116 | - ->params($params); | ||
| 117 | - } | ||
| 118 | - | ||
| 119 | - /** | ||
| 120 | - * @inheritDoc | ||
| 121 | - */ | ||
| 122 | - function warehouseInfo(array $params) | ||
| 123 | - { | ||
| 124 | - $this->builder->method('POST') | ||
| 125 | - ->service('warehouse.info') | ||
| 126 | - ->path('/warehouse/info') | ||
| 127 | - ->params($params); | ||
| 128 | - } | ||
| 129 | - | ||
| 130 | - /** | ||
| 131 | - * @inheritDoc | ||
| 132 | - */ | ||
| 133 | - function warehouseEdit(array $params) | ||
| 134 | - { | ||
| 135 | - $this->builder->method('POST') | ||
| 136 | - ->service('warehouse.edit') | ||
| 137 | - ->path('/warehouse/edit') | ||
| 138 | - ->params($params); | ||
| 139 | - } | ||
| 140 | - | ||
| 141 | - /** | ||
| 142 | - * @inheritDoc | ||
| 143 | - */ | ||
| 144 | - function warehouseCreate(array $params) | ||
| 145 | - { | ||
| 146 | - $this->builder->method('POST') | ||
| 147 | - ->service('warehouse.create') | ||
| 148 | - ->path('/warehouse/create') | ||
| 149 | - ->params($params); | ||
| 150 | - } | ||
| 151 | - | ||
| 152 | - /** | ||
| 153 | - * @inheritDoc | ||
| 154 | - */ | ||
| 155 | - function warehouseSetAddr(array $params) | ||
| 156 | - { | ||
| 157 | - $this->builder->method('POST') | ||
| 158 | - ->service('warehouse.setAddr') | ||
| 159 | - ->path('/warehouse/setAddr') | ||
| 160 | - ->params($params); | ||
| 161 | - } | ||
| 162 | - | ||
| 163 | - /** | ||
| 164 | - * @inheritDoc | ||
| 165 | - */ | ||
| 166 | - function warehouseList(array $params) | ||
| 167 | - { | ||
| 168 | - $this->builder->method('POST') | ||
| 169 | - ->service('warehouse.list') | ||
| 170 | - ->path('/warehouse/list') | ||
| 171 | - ->params($params); | ||
| 172 | - } | ||
| 173 | - | ||
| 174 | - /** | ||
| 175 | - * @inheritDoc | ||
| 176 | - */ | ||
| 177 | - function warehouseSetAddrBatch(array $params) | ||
| 178 | - { | ||
| 179 | - $this->builder->method('POST') | ||
| 180 | - ->service('warehouse.setAddrBatch') | ||
| 181 | - ->path('/warehouse/setAddrBatch') | ||
| 182 | - ->params($params); | ||
| 183 | - } | ||
| 184 | - | ||
| 185 | - /** | ||
| 186 | - * @inheritDoc | ||
| 187 | - */ | ||
| 188 | - function warehouseCreateBatch(array $params) | ||
| 189 | - { | ||
| 190 | - $this->builder->method('POST') | ||
| 191 | - ->service('warehouse.createBatch') | ||
| 192 | - ->path('/warehouse/createBatch') | ||
| 193 | - ->params($params); | ||
| 194 | - } | ||
| 195 | - | ||
| 196 | - /** | ||
| 197 | - * @inheritDoc | ||
| 198 | - */ | ||
| 199 | - function warehouseSetPriority(array $params) | ||
| 200 | - { | ||
| 201 | - $this->builder->method('POST') | ||
| 202 | - ->service('warehouse.setPriority') | ||
| 203 | - ->path('/warehouse/setPriority') | ||
| 204 | - ->params($params); | ||
| 205 | - } | ||
| 206 | - | ||
| 207 | - /** | ||
| 208 | - * @inheritDoc | ||
| 209 | - */ | ||
| 210 | - function warehouseDelFence(array $params) | ||
| 211 | - { | ||
| 212 | - $this->builder->method('POST') | ||
| 213 | - ->service('warehouse.delFence') | ||
| 214 | - ->path('/warehouse/delFence') | ||
| 215 | - ->params($params); | ||
| 216 | - } | ||
| 217 | - | ||
| 218 | - /** | ||
| 219 | - * @inheritDoc | ||
| 220 | - */ | ||
| 221 | - function warehouseBindFences(array $params) | ||
| 222 | - { | ||
| 223 | - $this->builder->method('POST') | ||
| 224 | - ->service('warehouse.bindFences') | ||
| 225 | - ->path('/warehouse/bindFences') | ||
| 226 | - ->params($params); | ||
| 227 | - } | ||
| 228 | -} | ||
| 9 | + /** | ||
| 10 | + * @inheritDoc | ||
| 11 | + */ | ||
| 12 | + public function skuStockNum(array $params) | ||
| 13 | + { | ||
| 14 | + $this->builder->method('POST') | ||
| 15 | + ->service('sku.stockNum') | ||
| 16 | + ->path('/sku/stockNum') | ||
| 17 | + ->params($params); | ||
| 18 | + } | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * @inheritDoc | ||
| 22 | + */ | ||
| 23 | + public function skuSyncStock(array $params) | ||
| 24 | + { | ||
| 25 | + $this->builder->method('POST') | ||
| 26 | + ->service('sku.syncStock') | ||
| 27 | + ->path('/sku/syncStock') | ||
| 28 | + ->params($params); | ||
| 29 | + } | ||
| 30 | + | ||
| 31 | + /** | ||
| 32 | + * @inheritDoc | ||
| 33 | + */ | ||
| 34 | + public function warehouseadjustInventory(array $params) | ||
| 35 | + { | ||
| 36 | + $this->builder->method('POST') | ||
| 37 | + ->service('/warehouse/adjustInventory') | ||
| 38 | + ->path('/warehouse/adjustInventory') | ||
| 39 | + ->params($params); | ||
| 40 | + } | ||
| 41 | + | ||
| 42 | + /** | ||
| 43 | + * @inheritDoc | ||
| 44 | + */ | ||
| 45 | + public function skuSyncStockBatch(array $params) | ||
| 46 | + { | ||
| 47 | + $this->builder->method('POST') | ||
| 48 | + ->service('sku.syncStockBatch') | ||
| 49 | + ->path('/sku/syncStockBatch') | ||
| 50 | + ->params($params); | ||
| 51 | + } | ||
| 52 | + | ||
| 53 | + /** | ||
| 54 | + * @inheritDoc | ||
| 55 | + */ | ||
| 56 | + public function warehouseSetFence(array $params) | ||
| 57 | + { | ||
| 58 | + $this->builder->method('POST') | ||
| 59 | + ->service('warehouse.setFence') | ||
| 60 | + ->path('/warehouse/setFence') | ||
| 61 | + ->params($params); | ||
| 62 | + } | ||
| 63 | + | ||
| 64 | + /** | ||
| 65 | + * @inheritDoc | ||
| 66 | + */ | ||
| 67 | + public function warehouseGetFences(array $params) | ||
| 68 | + { | ||
| 69 | + $this->builder->method('POST') | ||
| 70 | + ->service('warehouse.getFences') | ||
| 71 | + ->path('/warehouse/getFences') | ||
| 72 | + ->params($params); | ||
| 73 | + } | ||
| 74 | + | ||
| 75 | + /** | ||
| 76 | + * @inheritDoc | ||
| 77 | + */ | ||
| 78 | + public function warehouseCreateFence(array $params) | ||
| 79 | + { | ||
| 80 | + $this->builder->method('POST') | ||
| 81 | + ->service('warehouse.createFence') | ||
| 82 | + ->path('/warehouse/createFence') | ||
| 83 | + ->params($params); | ||
| 84 | + } | ||
| 85 | + | ||
| 86 | + /** | ||
| 87 | + * @inheritDoc | ||
| 88 | + */ | ||
| 89 | + public function warehouseUnbindFences(array $params) | ||
| 90 | + { | ||
| 91 | + $this->builder->method('POST') | ||
| 92 | + ->service('warehouse.unbindFences') | ||
| 93 | + ->path('/warehouse/unbindFences') | ||
| 94 | + ->params($params); | ||
| 95 | + } | ||
| 96 | + | ||
| 97 | + /** | ||
| 98 | + * @inheritDoc | ||
| 99 | + */ | ||
| 100 | + public function warehouseRemoveAddr(array $params) | ||
| 101 | + { | ||
| 102 | + $this->builder->method('POST') | ||
| 103 | + ->service('warehouse.removeAddr') | ||
| 104 | + ->path('/warehouse/removeAddr') | ||
| 105 | + ->params($params); | ||
| 106 | + } | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * @inheritDoc | ||
| 110 | + */ | ||
| 111 | + public function promiseSetSkuShipTime(array $params) | ||
| 112 | + { | ||
| 113 | + $this->builder->method('POST') | ||
| 114 | + ->service('promise.setSkuShipTime') | ||
| 115 | + ->path('/promise/setSkuShipTime') | ||
| 116 | + ->params($params); | ||
| 117 | + } | ||
| 118 | + | ||
| 119 | + /** | ||
| 120 | + * @inheritDoc | ||
| 121 | + */ | ||
| 122 | + public function warehouseInfo(array $params) | ||
| 123 | + { | ||
| 124 | + $this->builder->method('POST') | ||
| 125 | + ->service('warehouse.info') | ||
| 126 | + ->path('/warehouse/info') | ||
| 127 | + ->params($params); | ||
| 128 | + } | ||
| 129 | + | ||
| 130 | + /** | ||
| 131 | + * @inheritDoc | ||
| 132 | + */ | ||
| 133 | + public function warehouseEdit(array $params) | ||
| 134 | + { | ||
| 135 | + $this->builder->method('POST') | ||
| 136 | + ->service('warehouse.edit') | ||
| 137 | + ->path('/warehouse/edit') | ||
| 138 | + ->params($params); | ||
| 139 | + } | ||
| 140 | + | ||
| 141 | + /** | ||
| 142 | + * @inheritDoc | ||
| 143 | + */ | ||
| 144 | + public function warehouseCreate(array $params) | ||
| 145 | + { | ||
| 146 | + $this->builder->method('POST') | ||
| 147 | + ->service('warehouse.create') | ||
| 148 | + ->path('/warehouse/create') | ||
| 149 | + ->params($params); | ||
| 150 | + } | ||
| 151 | + | ||
| 152 | + /** | ||
| 153 | + * @inheritDoc | ||
| 154 | + */ | ||
| 155 | + public function warehouseSetAddr(array $params) | ||
| 156 | + { | ||
| 157 | + $this->builder->method('POST') | ||
| 158 | + ->service('warehouse.setAddr') | ||
| 159 | + ->path('/warehouse/setAddr') | ||
| 160 | + ->params($params); | ||
| 161 | + } | ||
| 162 | + | ||
| 163 | + /** | ||
| 164 | + * @inheritDoc | ||
| 165 | + */ | ||
| 166 | + public function warehouseList(array $params) | ||
| 167 | + { | ||
| 168 | + $this->builder->method('POST') | ||
| 169 | + ->service('warehouse.list') | ||
| 170 | + ->path('/warehouse/list') | ||
| 171 | + ->params($params); | ||
| 172 | + } | ||
| 173 | + | ||
| 174 | + /** | ||
| 175 | + * @inheritDoc | ||
| 176 | + */ | ||
| 177 | + public function warehouseSetAddrBatch(array $params) | ||
| 178 | + { | ||
| 179 | + $this->builder->method('POST') | ||
| 180 | + ->service('warehouse.setAddrBatch') | ||
| 181 | + ->path('/warehouse/setAddrBatch') | ||
| 182 | + ->params($params); | ||
| 183 | + } | ||
| 184 | + | ||
| 185 | + /** | ||
| 186 | + * @inheritDoc | ||
| 187 | + */ | ||
| 188 | + public function warehouseCreateBatch(array $params) | ||
| 189 | + { | ||
| 190 | + $this->builder->method('POST') | ||
| 191 | + ->service('warehouse.createBatch') | ||
| 192 | + ->path('/warehouse/createBatch') | ||
| 193 | + ->params($params); | ||
| 194 | + } | ||
| 195 | + | ||
| 196 | + /** | ||
| 197 | + * @inheritDoc | ||
| 198 | + */ | ||
| 199 | + public function warehouseSetPriority(array $params) | ||
| 200 | + { | ||
| 201 | + $this->builder->method('POST') | ||
| 202 | + ->service('warehouse.setPriority') | ||
| 203 | + ->path('/warehouse/setPriority') | ||
| 204 | + ->params($params); | ||
| 205 | + } | ||
| 206 | + | ||
| 207 | + /** | ||
| 208 | + * @inheritDoc | ||
| 209 | + */ | ||
| 210 | + public function warehouseDelFence(array $params) | ||
| 211 | + { | ||
| 212 | + $this->builder->method('POST') | ||
| 213 | + ->service('warehouse.delFence') | ||
| 214 | + ->path('/warehouse/delFence') | ||
| 215 | + ->params($params); | ||
| 216 | + } | ||
| 217 | + | ||
| 218 | + /** | ||
| 219 | + * @inheritDoc | ||
| 220 | + */ | ||
| 221 | + public function warehouseBindFences(array $params) | ||
| 222 | + { | ||
| 223 | + $this->builder->method('POST') | ||
| 224 | + ->service('warehouse.bindFences') | ||
| 225 | + ->path('/warehouse/bindFences') | ||
| 226 | + ->params($params); | ||
| 227 | + } | ||
| 228 | +} |
| 1 | <?php | 1 | <?php |
| 2 | + | ||
| 2 | namespace Lackoxygen\TiktokShop\Passage\Warehouse; | 3 | namespace Lackoxygen\TiktokShop\Passage\Warehouse; |
| 3 | 4 | ||
| 4 | use Lackoxygen\TiktokShop\Passage\ResultSet; | 5 | use Lackoxygen\TiktokShop\Passage\ResultSet; |
| @@ -8,163 +9,163 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | @@ -8,163 +9,163 @@ use Lackoxygen\TiktokShop\Passage\ResultSet; | ||
| 8 | */ | 9 | */ |
| 9 | interface WarehouseInterface | 10 | interface WarehouseInterface |
| 10 | { | 11 | { |
| 11 | - /** | ||
| 12 | - * 查询库存 | ||
| 13 | - * @link https://op.jinritemai.com/docs/api-docs/34/936 | ||
| 14 | - * @param array $params | ||
| 15 | - * @return ResultSet | ||
| 16 | - */ | ||
| 17 | - function skuStockNum(array $params); | ||
| 18 | - | ||
| 19 | - /** | ||
| 20 | - * 修改sku库存 | ||
| 21 | - * @link https://op.jinritemai.com/docs/api-docs/34/155 | ||
| 22 | - * @param array $params | ||
| 23 | - * @return ResultSet | ||
| 24 | - */ | ||
| 25 | - function skuSyncStock(array $params); | ||
| 26 | - | ||
| 27 | - /** | ||
| 28 | - * 库存调整(盘点和转移) | ||
| 29 | - * @link https://op.jinritemai.com/docs/api-docs/34/760 | ||
| 30 | - * @param array $params | ||
| 31 | - * @return ResultSet | ||
| 32 | - */ | ||
| 33 | - function /warehouse/adjustInventory(array $params); | ||
| 34 | - | ||
| 35 | - /** | ||
| 36 | - * 批量同步接口 | ||
| 37 | - * @link https://op.jinritemai.com/docs/api-docs/34/298 | ||
| 38 | - * @param array $params | ||
| 39 | - * @return ResultSet | ||
| 40 | - */ | ||
| 41 | - function skuSyncStockBatch(array $params); | ||
| 42 | - | ||
| 43 | - /** | ||
| 44 | - * 修改围栏信息 | ||
| 45 | - * @link https://op.jinritemai.com/docs/api-docs/34/1784 | ||
| 46 | - * @param array $params | ||
| 47 | - * @return ResultSet | ||
| 48 | - */ | ||
| 49 | - function warehouseSetFence(array $params); | ||
| 50 | - | ||
| 51 | - /** | ||
| 52 | - * 获取电子围栏信息/列表 | ||
| 53 | - * @link https://op.jinritemai.com/docs/api-docs/34/1783 | ||
| 54 | - * @param array $params | ||
| 55 | - * @return ResultSet | ||
| 56 | - */ | ||
| 57 | - function warehouseGetFences(array $params); | ||
| 58 | - | ||
| 59 | - /** | ||
| 60 | - * 创建电子围栏 | ||
| 61 | - * @link https://op.jinritemai.com/docs/api-docs/34/1778 | ||
| 62 | - * @param array $params | ||
| 63 | - * @return ResultSet | ||
| 64 | - */ | ||
| 65 | - function warehouseCreateFence(array $params); | ||
| 66 | - | ||
| 67 | - /** | ||
| 68 | - * 接绑电子围栏 | ||
| 69 | - * @link https://op.jinritemai.com/docs/api-docs/34/1913 | ||
| 70 | - * @param array $params | ||
| 71 | - * @return ResultSet | ||
| 72 | - */ | ||
| 73 | - function warehouseUnbindFences(array $params); | ||
| 74 | - | ||
| 75 | - /** | ||
| 76 | - * 地址与区域仓解绑 | ||
| 77 | - * @link https://op.jinritemai.com/docs/api-docs/34/1899 | ||
| 78 | - * @param array $params | ||
| 79 | - * @return ResultSet | ||
| 80 | - */ | ||
| 81 | - function warehouseRemoveAddr(array $params); | ||
| 82 | - | ||
| 83 | - /** | ||
| 84 | - * 设置sku发货时效 | ||
| 85 | - * @link https://op.jinritemai.com/docs/api-docs/34/1864 | ||
| 86 | - * @param array $params | ||
| 87 | - * @return ResultSet | ||
| 88 | - */ | ||
| 89 | - function promiseSetSkuShipTime(array $params); | ||
| 90 | - | ||
| 91 | - /** | ||
| 92 | - * 查询区域仓 | ||
| 93 | - * @link https://op.jinritemai.com/docs/api-docs/34/1857 | ||
| 94 | - * @param array $params | ||
| 95 | - * @return ResultSet | ||
| 96 | - */ | ||
| 97 | - function warehouseInfo(array $params); | ||
| 98 | - | ||
| 99 | - /** | ||
| 100 | - * 编辑区域仓 | ||
| 101 | - * @link https://op.jinritemai.com/docs/api-docs/34/1856 | ||
| 102 | - * @param array $params | ||
| 103 | - * @return ResultSet | ||
| 104 | - */ | ||
| 105 | - function warehouseEdit(array $params); | ||
| 106 | - | ||
| 107 | - /** | ||
| 108 | - * 创建单个区域仓 | ||
| 109 | - * @link https://op.jinritemai.com/docs/api-docs/34/1855 | ||
| 110 | - * @param array $params | ||
| 111 | - * @return ResultSet | ||
| 112 | - */ | ||
| 113 | - function warehouseCreate(array $params); | ||
| 114 | - | ||
| 115 | - /** | ||
| 116 | - * 绑定单个地址到区域仓 | ||
| 117 | - * @link https://op.jinritemai.com/docs/api-docs/34/1859 | ||
| 118 | - * @param array $params | ||
| 119 | - * @return ResultSet | ||
| 120 | - */ | ||
| 121 | - function warehouseSetAddr(array $params); | ||
| 122 | - | ||
| 123 | - /** | ||
| 124 | - * 批量查询区域仓 | ||
| 125 | - * @link https://op.jinritemai.com/docs/api-docs/34/1858 | ||
| 126 | - * @param array $params | ||
| 127 | - * @return ResultSet | ||
| 128 | - */ | ||
| 129 | - function warehouseList(array $params); | ||
| 130 | - | ||
| 131 | - /** | ||
| 132 | - * 批量绑定地址与区域仓 | ||
| 133 | - * @link https://op.jinritemai.com/docs/api-docs/34/1861 | ||
| 134 | - * @param array $params | ||
| 135 | - * @return ResultSet | ||
| 136 | - */ | ||
| 137 | - function warehouseSetAddrBatch(array $params); | ||
| 138 | - | ||
| 139 | - /** | ||
| 140 | - * 批量创建区域仓 | ||
| 141 | - * @link https://op.jinritemai.com/docs/api-docs/34/1862 | ||
| 142 | - * @param array $params | ||
| 143 | - * @return ResultSet | ||
| 144 | - */ | ||
| 145 | - function warehouseCreateBatch(array $params); | ||
| 146 | - | ||
| 147 | - /** | ||
| 148 | - * 设置指定地址下的仓的优先级 | ||
| 149 | - * @link https://op.jinritemai.com/docs/api-docs/34/1863 | ||
| 150 | - * @param array $params | ||
| 151 | - * @return ResultSet | ||
| 152 | - */ | ||
| 153 | - function warehouseSetPriority(array $params); | ||
| 154 | - | ||
| 155 | - /** | ||
| 156 | - * 删除电子围栏 | ||
| 157 | - * @link https://op.jinritemai.com/docs/api-docs/34/2065 | ||
| 158 | - * @param array $params | ||
| 159 | - * @return ResultSet | ||
| 160 | - */ | ||
| 161 | - function warehouseDelFence(array $params); | ||
| 162 | - | ||
| 163 | - /** | ||
| 164 | - * 仓绑定电子围栏 | ||
| 165 | - * @link https://op.jinritemai.com/docs/api-docs/34/2062 | ||
| 166 | - * @param array $params | ||
| 167 | - * @return ResultSet | ||
| 168 | - */ | ||
| 169 | - function warehouseBindFences(array $params); | ||
| 170 | -} | ||
| 12 | + /** | ||
| 13 | + * 查询库存 | ||
| 14 | + * @link https://op.jinritemai.com/docs/api-docs/34/936 | ||
| 15 | + * @param array $params | ||
| 16 | + * @return ResultSet | ||
| 17 | + */ | ||
| 18 | + public function skuStockNum(array $params); | ||
| 19 | + | ||
| 20 | + /** | ||
| 21 | + * 修改sku库存 | ||
| 22 | + * @link https://op.jinritemai.com/docs/api-docs/34/155 | ||
| 23 | + * @param array $params | ||
| 24 | + * @return ResultSet | ||
| 25 | + */ | ||
| 26 | + public function skuSyncStock(array $params); | ||
| 27 | + | ||
| 28 | + /** | ||
| 29 | + * 库存调整(盘点和转移) | ||
| 30 | + * @link https://op.jinritemai.com/docs/api-docs/34/760 | ||
| 31 | + * @param array $params | ||
| 32 | + * @return ResultSet | ||
| 33 | + */ | ||
| 34 | + public function warehouseadjustInventory(array $params); | ||
| 35 | + | ||
| 36 | + /** | ||
| 37 | + * 批量同步接口 | ||
| 38 | + * @link https://op.jinritemai.com/docs/api-docs/34/298 | ||
| 39 | + * @param array $params | ||
| 40 | + * @return ResultSet | ||
| 41 | + */ | ||
| 42 | + public function skuSyncStockBatch(array $params); | ||
| 43 | + | ||
| 44 | + /** | ||
| 45 | + * 修改围栏信息 | ||
| 46 | + * @link https://op.jinritemai.com/docs/api-docs/34/1784 | ||
| 47 | + * @param array $params | ||
| 48 | + * @return ResultSet | ||
| 49 | + */ | ||
| 50 | + public function warehouseSetFence(array $params); | ||
| 51 | + | ||
| 52 | + /** | ||
| 53 | + * 获取电子围栏信息/列表 | ||
| 54 | + * @link https://op.jinritemai.com/docs/api-docs/34/1783 | ||
| 55 | + * @param array $params | ||
| 56 | + * @return ResultSet | ||
| 57 | + */ | ||
| 58 | + public function warehouseGetFences(array $params); | ||
| 59 | + | ||
| 60 | + /** | ||
| 61 | + * 创建电子围栏 | ||
| 62 | + * @link https://op.jinritemai.com/docs/api-docs/34/1778 | ||
| 63 | + * @param array $params | ||
| 64 | + * @return ResultSet | ||
| 65 | + */ | ||
| 66 | + public function warehouseCreateFence(array $params); | ||
| 67 | + | ||
| 68 | + /** | ||
| 69 | + * 接绑电子围栏 | ||
| 70 | + * @link https://op.jinritemai.com/docs/api-docs/34/1913 | ||
| 71 | + * @param array $params | ||
| 72 | + * @return ResultSet | ||
| 73 | + */ | ||
| 74 | + public function warehouseUnbindFences(array $params); | ||
| 75 | + | ||
| 76 | + /** | ||
| 77 | + * 地址与区域仓解绑 | ||
| 78 | + * @link https://op.jinritemai.com/docs/api-docs/34/1899 | ||
| 79 | + * @param array $params | ||
| 80 | + * @return ResultSet | ||
| 81 | + */ | ||
| 82 | + public function warehouseRemoveAddr(array $params); | ||
| 83 | + | ||
| 84 | + /** | ||
| 85 | + * 设置sku发货时效 | ||
| 86 | + * @link https://op.jinritemai.com/docs/api-docs/34/1864 | ||
| 87 | + * @param array $params | ||
| 88 | + * @return ResultSet | ||
| 89 | + */ | ||
| 90 | + public function promiseSetSkuShipTime(array $params); | ||
| 91 | + | ||
| 92 | + /** | ||
| 93 | + * 查询区域仓 | ||
| 94 | + * @link https://op.jinritemai.com/docs/api-docs/34/1857 | ||
| 95 | + * @param array $params | ||
| 96 | + * @return ResultSet | ||
| 97 | + */ | ||
| 98 | + public function warehouseInfo(array $params); | ||
| 99 | + | ||
| 100 | + /** | ||
| 101 | + * 编辑区域仓 | ||
| 102 | + * @link https://op.jinritemai.com/docs/api-docs/34/1856 | ||
| 103 | + * @param array $params | ||
| 104 | + * @return ResultSet | ||
| 105 | + */ | ||
| 106 | + public function warehouseEdit(array $params); | ||
| 107 | + | ||
| 108 | + /** | ||
| 109 | + * 创建单个区域仓 | ||
| 110 | + * @link https://op.jinritemai.com/docs/api-docs/34/1855 | ||
| 111 | + * @param array $params | ||
| 112 | + * @return ResultSet | ||
| 113 | + */ | ||
| 114 | + public function warehouseCreate(array $params); | ||
| 115 | + | ||
| 116 | + /** | ||
| 117 | + * 绑定单个地址到区域仓 | ||
| 118 | + * @link https://op.jinritemai.com/docs/api-docs/34/1859 | ||
| 119 | + * @param array $params | ||
| 120 | + * @return ResultSet | ||
| 121 | + */ | ||
| 122 | + public function warehouseSetAddr(array $params); | ||
| 123 | + | ||
| 124 | + /** | ||
| 125 | + * 批量查询区域仓 | ||
| 126 | + * @link https://op.jinritemai.com/docs/api-docs/34/1858 | ||
| 127 | + * @param array $params | ||
| 128 | + * @return ResultSet | ||
| 129 | + */ | ||
| 130 | + public function warehouseList(array $params); | ||
| 131 | + | ||
| 132 | + /** | ||
| 133 | + * 批量绑定地址与区域仓 | ||
| 134 | + * @link https://op.jinritemai.com/docs/api-docs/34/1861 | ||
| 135 | + * @param array $params | ||
| 136 | + * @return ResultSet | ||
| 137 | + */ | ||
| 138 | + public function warehouseSetAddrBatch(array $params); | ||
| 139 | + | ||
| 140 | + /** | ||
| 141 | + * 批量创建区域仓 | ||
| 142 | + * @link https://op.jinritemai.com/docs/api-docs/34/1862 | ||
| 143 | + * @param array $params | ||
| 144 | + * @return ResultSet | ||
| 145 | + */ | ||
| 146 | + public function warehouseCreateBatch(array $params); | ||
| 147 | + | ||
| 148 | + /** | ||
| 149 | + * 设置指定地址下的仓的优先级 | ||
| 150 | + * @link https://op.jinritemai.com/docs/api-docs/34/1863 | ||
| 151 | + * @param array $params | ||
| 152 | + * @return ResultSet | ||
| 153 | + */ | ||
| 154 | + public function warehouseSetPriority(array $params); | ||
| 155 | + | ||
| 156 | + /** | ||
| 157 | + * 删除电子围栏 | ||
| 158 | + * @link https://op.jinritemai.com/docs/api-docs/34/2065 | ||
| 159 | + * @param array $params | ||
| 160 | + * @return ResultSet | ||
| 161 | + */ | ||
| 162 | + public function warehouseDelFence(array $params); | ||
| 163 | + | ||
| 164 | + /** | ||
| 165 | + * 仓绑定电子围栏 | ||
| 166 | + * @link https://op.jinritemai.com/docs/api-docs/34/2062 | ||
| 167 | + * @param array $params | ||
| 168 | + * @return ResultSet | ||
| 169 | + */ | ||
| 170 | + public function warehouseBindFences(array $params); | ||
| 171 | +} |
-
请 注册 或 登录 后发表评论