Merge branch 'qa_byd' into dev

This commit is contained in:
wangcongtao
2020-07-24 11:43:42 +08:00
15 changed files with 147 additions and 92 deletions

View File

@@ -59,6 +59,7 @@ public interface IMogoModuleProvider extends IProvider {
*
* @return
*/
@Deprecated
IMogoMapListener getMapListener();
/**

View File

@@ -9,7 +9,9 @@ public
*/
interface IMogoTicketCallback {
void onSuccess( String ticket );
void onTicketGot( String ticket );
void onError( int code, String msg );
void onLoginSuccess(String token, String sn);
}