|
|
@@ -5,25 +5,16 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
-import com.goafanti.achievement.service.AchievementOrderLogService;
|
|
|
-import com.goafanti.achievement.service.AchievementService;
|
|
|
import com.goafanti.activityUser.service.ActivityUserService;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.constant.ErrorConstants;
|
|
|
import com.goafanti.common.controller.CertifyApiController;
|
|
|
import com.goafanti.common.enums.AttachmentType;
|
|
|
import com.goafanti.core.shiro.token.TokenManager;
|
|
|
-import com.goafanti.demand.service.DemandService;
|
|
|
|
|
|
@RestController
|
|
|
@RequestMapping(value = "/api/user/portal/order")
|
|
|
public class PortalOrderApiController extends CertifyApiController {
|
|
|
- @Resource
|
|
|
- private DemandService demandService;
|
|
|
- @Resource
|
|
|
- private AchievementService achievementService;
|
|
|
- @Resource
|
|
|
- private AchievementOrderLogService achievementOrderLogService;
|
|
|
|
|
|
@Resource
|
|
|
private ActivityUserService activityUserService;
|
|
|
@@ -34,8 +25,6 @@ public class PortalOrderApiController extends CertifyApiController {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 附件上传
|
|
|
*/
|