@@ -21,7 +21,7 @@ $(function() {
//获取详情
function getCustomer(ids) {
$.getJSON(huayi.config.callcenter_url + "WoBill/GetBus", {
- billid: ids, //id
+ id: ids, //id
token: $.cookie("token")
}, function(data) {
if (data.state.toLowerCase() == "success") {