| | |
| | | @ApiImplicitParam(name = "code", value = "扫码结果", required = true, dataType = "String"), |
| | | @ApiImplicitParam(name = "Authorization", value = "用户token(Bearer +token)", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9.....") |
| | | }) |
| | | public ResultUtil<Map<String, String>> getDeviceInformation(String code){ |
| | | public ResultUtil<Map<String, String>> getDeviceInformation(@RequestBody String code){ |
| | | /** |
| | | * { |
| | | * "scan_type": 0, // 扫码类型:1000:游戏,1001:课程,1002:场地 |
| | |
| | | |
| | | |
| | | <select id="getWorldCupListCoach" resultType="com.dsh.communityWorldCup.model.WorldCupListCoachVo"> |
| | | select * from ( |
| | | select |
| | | id, |
| | | name, |
| | |
| | | <if test="null != item.storeId"> |
| | | and id in (select worldCupId from t_world_cup_store where storeId = #{item.storeId}) |
| | | </if> |
| | | ) as aa order by aa.sort |
| | | </select> |
| | | |
| | | |