添加测试配置及登陆部分的测试

Change-Id: I6fa1fe23ad8773548927fdc921dceab841f2368a
diff --git a/src/api/auth.ts b/src/api/auth.ts
new file mode 100644
index 0000000..bc6d413
--- /dev/null
+++ b/src/api/auth.ts
@@ -0,0 +1,3 @@
+export const postUserLogin= '/auth/login';
+export const postUserRegister= '/auth/register';
+export const postVerifivateCode="/auth/send_verification_code";
\ No newline at end of file