Commit 94189cfc authored by zhengke's avatar zhengke

no message

parent 38765206
......@@ -3,6 +3,11 @@ import Api, { HttpResponse, Result } from './../utils/request';
class UserServices {
static async getPPTUserStatic():Promise<HttpResponse>{
let msg = {}
return Api.Post("travel_PPTUserStatic",msg)
}
static async SetMembers(id:Number,utype:Number,account:Number,mail:String,phone:Number):Promise<HttpResponse>{
let msg = {id,utype,account,mail,phone}
return Api.Post("travel_SetMembers",msg)
......
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