hotfix: copy mw config

master
Yixian 3 years ago
parent 06aa10563a
commit 03f719df59

@ -7070,7 +7070,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
$scope.copyMWProfile = function () {
commonDialog.inputText({title: '请输入复制来源商户编码'}).then(function (text) {
$http.put('/sys/partners/' + $scope.partner.client_moniker + '/copy_mw_config', {client_moniker: text}).then(
$http.post('/sys/partners/' + $scope.partner.client_moniker + '/copy_mw_config', {client_moniker: text}).then(
function (resp) {
commonDialog.alert({
title: 'Success',

Loading…
Cancel
Save