Commit 5dadd689 by Sixong.Zhu

u

parent bfff51f8
Showing with 1 additions and 1 deletions
......@@ -206,7 +206,7 @@ class OrderService {
.query();
}
public sendPayAccountInfo(params: { send: string; accountId: number }) {
public sendPayAccountInfo(params: { send: string }) {
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