|
|
@@ -452,7 +452,7 @@ public class AdminCustomerApiController extends BaseApiController {
|
|
|
* @throws InvocationTargetException
|
|
|
* @throws IllegalAccessException
|
|
|
*/
|
|
|
- @RequestMapping(value = "/transferToPublic" , method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/transferToPublic" , method = RequestMethod.GET)
|
|
|
public Result transferToPublic(CustomerIn cusIn) throws IllegalAccessException, InvocationTargetException{
|
|
|
Result res=new Result();
|
|
|
Customer c = new Customer();
|