| | |
| | | |
| | | import cn.hutool.crypto.digest.DigestUtil; |
| | | import com.gs.xiaomi.dto.BCS101Request; |
| | | import com.gs.xiaomi.dto.NumbericalDto; |
| | | import com.gs.xiaomi.service.BCS101ApiService; |
| | | import com.gs.xiaomi.service.XM104Service; |
| | | import org.junit.jupiter.api.Test; |
| | |
| | | xm104Service.getDb(); |
| | | } |
| | | |
| | | //manualSynchronization |
| | | @Test |
| | | void contextLoads1() throws Exception { |
| | | NumbericalDto barcode = new NumbericalDto(); |
| | | barcode.setAsn("9316692923"); |
| | | xm104Service.manualSynchronization(barcode); |
| | | } |
| | | |
| | | @Test |
| | | void test() { |
| | | // String str = ",,"; |