完成分享对话框动态添加的功能,待接入服务端

This commit is contained in:
tongchenfei
2020-09-07 17:10:13 +08:00
parent fd8803ddcd
commit ed27d34827
9 changed files with 82 additions and 21 deletions

View File

@@ -45,6 +45,11 @@ public interface IMogoTanluProvider extends IProvider {
*/
String TYPE_ROAD_CONSTRUCTION = "10006";
/**
* 故障求助
*/
String TYPE_SEEK_HELP = "99999";
/**
* 用户手点上报
*/