Commit 0213888e authored by 姜登's avatar 姜登

gjjapi

parent 9d78594a
Pipeline #11143 passed with stage
in 3 seconds
...@@ -59,6 +59,11 @@ class StorageService extends Service { ...@@ -59,6 +59,11 @@ class StorageService extends Service {
orderId, orderId,
type: 'gjj', type: 'gjj',
}); });
await ctx.nodemodel.Cusdata.create({
appKey,
orderSn: orderId,
type: 'gjjAPI',
});
return result.data.data[readDataKey]; return result.data.data[readDataKey];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment