shish 1 год назад
Родитель
Сommit
8061f40482
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      ghsApp/src/api/express/index.js

+ 5 - 0
ghsApp/src/api/express/index.js

@@ -0,0 +1,5 @@
+import https from '@/plugins/luch-request_0.0.7/request'
+
+export const createExpressOrder = data => {
+    return https.post('/express/create-way-bill', data)
+}