add ugc upload

This commit is contained in:
lixiaopeng
2020-10-21 11:45:15 +08:00
parent 619ad60f18
commit 084da50100
4 changed files with 44 additions and 0 deletions

View File

@@ -71,6 +71,12 @@ public interface IMogoTanluProvider extends IProvider {
*/
String UPLOAD_FROM_STRATEGY_ACCIDENT_AUTO = "5";
/**
* 数据策略:UGC上报
*/
String UPLOAD_FROM_STRATEGY_UGC = "6";
/**
* 策略上报集合
*/