Backend Service
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
#define __mx_function_members_h__
|
||||
|
||||
#include "vars.h"
|
||||
long MemberLogin(CVars in, CVars &out);
|
||||
long MemberSessionCheck(long uid, const char *sessionid, int create );
|
||||
long CreateMember(CVars in, CVars &out);
|
||||
|
||||
|
||||
long DeletAallCards(CVars in, CVars &out);
|
||||
long medTMemberLogin(CVars in, CVars &out);
|
||||
long medTrCreateMember(CVars in, CVars &out);
|
||||
long medTrUpdateProfile(CVars in, CVars &out);
|
||||
long kleenNewLundryPickUp(CVars in, CVars &out);
|
||||
long SessionCheck(long uid, const char *sessionid, int create );
|
||||
long medTrUpdateStartProfile(CVars in, CVars &out);
|
||||
long getServiceDetail(long service_id, CVars &out);
|
||||
long medTrMemberTransportList(CVars in, CVars &out);
|
||||
|
||||
Reference in New Issue
Block a user