shawenguan 1 jaar geleden
bovenliggende
commit
2d39380340
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Scripts/wubian/wubianSynthesis.js

+ 1 - 1
Scripts/wubian/wubianSynthesis.js

@@ -503,7 +503,7 @@ async function doCreateConvertOrder(activityId, goodsList) {
     return result;
 }
 
-async function doCreateCompositeOrder() {
+async function doCreateCompositeOrder(activityId, goodsList) {
     const url = `https://api.wubian.pro/vmf/app/synthesis/createCompositeOrder`;
     const reqData = {
         activityId: activityId,