MGNetAccount.h 531 B

1234567891011121314151617181920
  1. //
  2. // MGNetAccount_example.h
  3. // FaceppDemo
  4. //
  5. // Created by 张英堂 on 2017/1/12.
  6. // Copyright © 2017年 megvii. All rights reserved.
  7. //
  8. #ifndef MGNetAccount_example_h
  9. #define MGNetAccount_example_h
  10. // 访问 https://www.faceplusplus.com.cn, 登录后在控制台生成对应的 key 和 secret 填写到下面的字符串中
  11. #define MG_LICENSE_KEY @"AJr2vCGQqh4bVLi3ezJyNGTwPsHC19o2" // api_key
  12. #define MG_LICENSE_SECRET @"ow33uvuUoJgQ_gtBJbnfVnOjxOpKpv1_" // api_secret
  13. #endif /* MGNetAccount_example_h */