Backend Service

This commit is contained in:
2019-03-09 01:43:46 +00:00
parent d1f697b738
commit c559475f86
6 changed files with 346 additions and 420 deletions
+5 -3
View File
@@ -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);