fix 个人信息

This commit is contained in:
lianxiang
2018-09-16 13:42:55 +08:00
parent 9bba78987b
commit 718900a428
62 changed files with 17474 additions and 29 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// ApiRequestConfig.h
// GIGA
//
// Created by lianxiang on 2018/9/16.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#ifndef ApiRequestConfig_h
#define ApiRequestConfig_h
//登录
#define kApiUserLogin @"sys/v1/login"
//获取用户信息
#define kApiUserInfo @"user/v1/info"
#endif /* ApiRequestConfig_h */