shish hace 1 año
padre
commit
8061f40482
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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)
+}