Backend Service

This commit is contained in:
2019-03-14 01:48:00 +00:00
parent 100aef6763
commit 4522319a38
3 changed files with 115 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef __mx_common_tool_h__
#define __mx_common_tool_h__
#include "vars.h"
//void Confirmation( unsigned long payment_id, char * number, int sz );
void GetMemberAccountLink( long member_id, unsigned long acc_link, char * number);
void GenerateInnerConfirmationSeed( char * number, int sz, int seed );
#endif