Commit 66fc1d2e by Qqxb123456

up

parent ba4ae341
Showing with 1 additions and 1 deletions
......@@ -224,7 +224,7 @@ class OrderService {
.query();
}
public sendPayAccountInfo(params: { send: string }) {
public sendPayAccountInfo(params: { send: string, type?: number }) {
return this.getSdk()
.domainService("hro_spview", "OrderSetting", "sendPayAccountInfo")
.request("get", { params });
......
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 sign in to comment