企业列表出来了
parent
39fe99e68f
commit
4f219dfc27
|
@ -6,7 +6,6 @@
|
|||
<component name="ChangeListManager">
|
||||
<list default="true" id="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="企业列表出来了">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysDatawarehouseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysDatawarehouseController.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -197,13 +196,8 @@
|
|||
<workItem from="1725929823054" duration="9851000" />
|
||||
<workItem from="1725951279473" duration="7222000" />
|
||||
<workItem from="1725966245623" duration="2307000" />
|
||||
</task>
|
||||
<task id="LOCAL-00043" summary="企业列表出来了">
|
||||
<created>1725591967025</created>
|
||||
<option name="number" value="00043" />
|
||||
<option name="presentableId" value="LOCAL-00043" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725591967025</updated>
|
||||
<workItem from="1725974241009" duration="981000" />
|
||||
<workItem from="1726018476832" duration="1179000" />
|
||||
</task>
|
||||
<task id="LOCAL-00044" summary="企业列表出来了">
|
||||
<created>1725610965944</created>
|
||||
|
@ -541,7 +535,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1725936826973</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="92" />
|
||||
<task id="LOCAL-00092" summary="企业列表出来了">
|
||||
<created>1725974620506</created>
|
||||
<option name="number" value="00092" />
|
||||
<option name="presentableId" value="LOCAL-00092" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725974620506</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="93" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
|
@ -39,7 +39,6 @@ public class AliPayController {
|
|||
private static final String CHARSET ="utf-8";
|
||||
private static final String SIGN_TYPE ="RSA2";
|
||||
|
||||
@RequiresPermissions("firminfo:firminfo:pay")
|
||||
@GetMapping("/pay")
|
||||
@ResponseBody
|
||||
public Result pay(@Validated AliPay aliPay, HttpServletResponse httpResponse) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue