谁有POS机的代码能共享给我吗?
public class Pos {
int row;
int col;
int val;
Pos (int row, int col) {
this (row, col, -1);
}
Pos (int row, int col, int val) {
this.row = row;
this.col = col;
this.val = val;
}
}
pos机商户编号1626是什么代号
POS机15位商户编号
1-3:代表收单银行(请注意,并不是你的信用卡银行哦)
4-7:代表地区编码(准确叫法应该是行政区划代码)
8-11:代表着pos机商户代码!这个代码直接关系着你刷卡有没有积分
12-15:应该是商户自己的编码。
1-3:收单银行
100邮政储蓄102:工商银行103:农业银行104:中国银行105:建设银行301:交通银行302:中信实业银行303:中国光大银行304:华夏银行305:中国民生银行306:广东发展银行307:深圳发展银行308:招商银行309:兴业银行310:上海浦东发展银行而001则代表收单银行为中国银联。
http://blog.sina.com.cn/s/blog_5caa94a00101ismg.html
原创文章,作者:豪轩,如若转载,请注明出处:https://www.zhpos.cn/165190.html